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
path: root/app
diff options
context:
space:
mode:
authorAnnabel Gray <annabel.m.gray@gmail.com>2018-07-26 21:17:01 +0300
committerClement Ho <clemmakesapps@gmail.com>2018-07-26 21:17:01 +0300
commit42e16e0419122061a71455427a625c9d1864d230 (patch)
tree2c1bab3821047de9927205fcbceb8274ca9a7200 /app
parent8e675082374eefdcb7ae6a004fcf2b16d3c68201 (diff)
Resolve "BS4: Link in code brackets has two different styles"
Diffstat (limited to 'app')
-rw-r--r--app/assets/stylesheets/framework/typography.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/typography.scss b/app/assets/stylesheets/framework/typography.scss
index 56307777a72..a2789021ab4 100644
--- a/app/assets/stylesheets/framework/typography.scss
+++ b/app/assets/stylesheets/framework/typography.scss
@@ -179,6 +179,10 @@
font-weight: inherit;
}
+ a > code {
+ color: $gl-link-color;
+ }
+
dd {
margin-left: $gl-padding;
}