styling 35c3: Fix headline color in alerts
This commit is contained in:
parent
1b3813a314
commit
f1b41e7ad4
|
@ -1012,6 +1012,11 @@ legend {
|
|||
|
||||
.alert {
|
||||
|
||||
.h1, .h2, .h3, .h4, .h5, .h6,
|
||||
h1, h2, h3, h4, h5, h6 {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.alert-link,
|
||||
a {
|
||||
color: @alert-warning-text;
|
||||
|
|
Loading…
Reference in New Issue