diff options
Diffstat (limited to 'less')
| -rw-r--r-- | less/alerts.less | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/less/alerts.less b/less/alerts.less index 9abb226d6..37e50f903 100644 --- a/less/alerts.less +++ b/less/alerts.less @@ -13,6 +13,10 @@ background-color: @warningBackground; border: 1px solid @warningBorder; .border-radius(@baseBorderRadius); +} +.alert, +.alert h4 { + // Specified for the h4 to prevent conflicts of changing @headingsColor color: @warningText; } .alert h4 { |
