From f1b41e7ad4e04275a3afd9cc1e2185ba37c4519f Mon Sep 17 00:00:00 2001 From: Igor Scheller Date: Tue, 18 Dec 2018 02:20:01 +0100 Subject: styling 35c3: Fix headline color in alerts --- resources/assets/themes/theme7.less | 5 +++++ 1 file changed, 5 insertions(+) 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; -- cgit v1.2.3-54-g00ecf