Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Jarvis <jarv@gitlab.com>2019-04-08 11:50:19 +0300
committerJohn Jarvis <jarv@gitlab.com>2019-04-08 11:50:19 +0300
commitb8ed65619075d3b5892a3ec16e562518d5285a75 (patch)
treef6a31b4819339aeb170f9df5886afab23638f172 /app/assets/stylesheets/framework/callout.scss
parent9ed8b61b8692dbafe189fce68237efcc9345ee9f (diff)
parent435c492bac54f588b92e733b632edd4149a6db37 (diff)
Merge branch 'master' into 11-10-stable
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 {