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

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axilleas@axilleas.me>2017-09-18 15:36:35 +0300
committerAchilleas Pipinellis <axilleas@axilleas.me>2017-09-18 15:36:35 +0300
commit4c95d87e47cd1aa0fea1bdb443976211011cea18 (patch)
treecf27d3bf82fbb075ef45dc9a4d085c9166a5a620 /content
parent188d81a7fcf34cfdd3b1234d0fba45a9c1cf7f91 (diff)
Make alert body color the same as the whole document
Diffstat (limited to 'content')
-rw-r--r--content/assets/stylesheets/stylesheet.scss5
1 files changed, 5 insertions, 0 deletions
diff --git a/content/assets/stylesheets/stylesheet.scss b/content/assets/stylesheets/stylesheet.scss
index ffa18f70..f8537157 100644
--- a/content/assets/stylesheets/stylesheet.scss
+++ b/content/assets/stylesheets/stylesheet.scss
@@ -540,3 +540,8 @@ h6 {
height: 75px;
visibility: hidden;
}
+
+// Override bootstrap's alert color
+.alert {
+ color: inherit;
+}