aboutsummaryrefslogtreecommitdiff
path: root/less/alerts.less
diff options
context:
space:
mode:
Diffstat (limited to 'less/alerts.less')
-rw-r--r--less/alerts.less13
1 files changed, 13 insertions, 0 deletions
diff --git a/less/alerts.less b/less/alerts.less
index 37e50f903..633b6591e 100644
--- a/less/alerts.less
+++ b/less/alerts.less
@@ -40,17 +40,30 @@
border-color: @successBorder;
color: @successText;
}
+.alert-success h4 {
+ // Specified for the h4 to prevent conflicts of changing @headingsColor
+ color: @successText;
+}
.alert-danger,
.alert-error {
background-color: @errorBackground;
border-color: @errorBorder;
color: @errorText;
}
+.alert-danger h4,
+.alert-error h4 {
+ // Specified for the h4 to prevent conflicts of changing @headingsColor
+ color: @errorText;
+}
.alert-info {
background-color: @infoBackground;
border-color: @infoBorder;
color: @infoText;
}
+.alert-info h4 {
+ // Specified for the h4 to prevent conflicts of changing @headingsColor
+ color: @infoText;
+}
// Block alerts