summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Scheller <igor.scheller@igorshp.de>2018-12-18 02:20:01 +0100
committerIgor Scheller <igor.scheller@igorshp.de>2018-12-18 02:24:19 +0100
commitf1b41e7ad4e04275a3afd9cc1e2185ba37c4519f (patch)
tree6397075ef54bb3869f5c02c64fa1b612f418231a
parent1b3813a314fd003716a27eb3494b88d7006809ad (diff)
styling 35c3: Fix headline color in alerts
-rw-r--r--resources/assets/themes/theme7.less5
1 files changed, 5 insertions, 0 deletions
diff --git a/resources/assets/themes/theme7.less b/resources/assets/themes/theme7.less
index bd3404af..3ef81fd3 100644
--- a/resources/assets/themes/theme7.less
+++ b/resources/assets/themes/theme7.less
@@ -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;