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:
authorPhil Hughes <me@iamphill.com>2019-07-09 10:45:50 +0300
committerPhil Hughes <me@iamphill.com>2019-07-09 10:45:50 +0300
commit07afb13dbcdd1b6d83477afc96bbaf22d50476a9 (patch)
treee0275a68de4f7ccfa2ddd219e4fb278fce540c86
parentda642f80820eb5604684d8fcbb99a69cadd3b84e (diff)
parenteb4ea5d60cb9b6a962b03e0ea57493ec3b9fcce8 (diff)
Merge branch 'fe-fix-color-audit-on-wiki-pages-list-links' into 'master'
add font weight to links in wiki pages to be more distinguishable from static information Closes #61316 See merge request gitlab-org/gitlab-ce!29858
-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;