Commit 25992924 authored by samdbeckham's avatar samdbeckham

Sets the colors and link colors in alerts/notices

parent d79e20e8
......@@ -160,11 +160,6 @@ table {
}
}
.alert-warning,
.alert-warning .alert-link {
color: $white-light;
}
// Polyfill deprecated selectors
.hidden {
......@@ -267,13 +262,20 @@ pre code {
.alert-danger {
background-color: $red-500;
border-color: $red-500;
}
.alert-warning,
.alert-danger,
.flash-notice {
color: $white-light;
h4 {
h4,
a,
.alert-link {
color: $white-light;
}
}
input[type=color].form-control {
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