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 {
...@@ -271,4 +276,4 @@ pre code { ...@@ -271,4 +276,4 @@ pre code {
input[type=color].form-control { input[type=color].form-control {
height: $input-height; height: $input-height;
} }
\ No newline at end of file
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