styling 35c3: Fix headline color in alerts

This commit is contained in:
Igor Scheller 2018-12-18 02:20:01 +01:00
parent 1b3813a314
commit f1b41e7ad4
1 changed files with 5 additions and 0 deletions

View File

@ -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;