Commit d79e20e8 authored by samdbeckham's avatar samdbeckham

Adds the white color back to the alret banners

parent b2ef7f6c
...@@ -160,6 +160,11 @@ table { ...@@ -160,6 +160,11 @@ table {
} }
} }
.alert-warning,
.alert-warning .alert-link {
color: $white-light;
}
// Polyfill deprecated selectors // Polyfill deprecated selectors
.hidden { .hidden {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment