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:
authorEduardo Mejía <eduar.mreyes@gmail.com>2019-07-09 10:45:50 +0300
committerPhil Hughes <me@iamphill.com>2019-07-09 10:45:50 +0300
commiteb4ea5d60cb9b6a962b03e0ea57493ec3b9fcce8 (patch)
treee0275a68de4f7ccfa2ddd219e4fb278fce540c86 /app/assets/stylesheets/pages/wiki.scss
parentda642f80820eb5604684d8fcbb99a69cadd3b84e (diff)
add font weight to links in wiki pages to be more distinguishable from static information
Diffstat (limited to 'app/assets/stylesheets/pages/wiki.scss')
-rw-r--r--app/assets/stylesheets/pages/wiki.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/assets/stylesheets/pages/wiki.scss b/app/assets/stylesheets/pages/wiki.scss
index 10120a472d3..60400f10ca5 100644
--- a/app/assets/stylesheets/pages/wiki.scss
+++ b/app/assets/stylesheets/pages/wiki.scss
@@ -168,6 +168,10 @@
}
ul.wiki-pages-list.content-list {
+ a {
+ color: $blue-600;
+ }
+
ul {
list-style: none;
margin-left: 0;