summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/framework/callout.scss
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/stylesheets/framework/callout.scss')
-rw-r--r--app/assets/stylesheets/framework/callout.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/callout.scss b/app/assets/stylesheets/framework/callout.scss
index 0d8e4afa76f..643b20c56bc 100644
--- a/app/assets/stylesheets/framework/callout.scss
+++ b/app/assets/stylesheets/framework/callout.scss
@@ -28,6 +28,10 @@
background-color: $red-100;
border-color: $red-200;
color: $red-700;
+
+ a {
+ color: $red-700;
+ }
}
.bs-callout-warning {