diff options
author | Eduardo Mejía <eduar.mreyes@gmail.com> | 2019-07-09 07:45:50 +0000 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2019-07-09 07:45:50 +0000 |
commit | eb4ea5d60cb9b6a962b03e0ea57493ec3b9fcce8 (patch) | |
tree | e0275a68de4f7ccfa2ddd219e4fb278fce540c86 /app | |
parent | da642f80820eb5604684d8fcbb99a69cadd3b84e (diff) | |
download | gitlab-ce-eb4ea5d60cb9b6a962b03e0ea57493ec3b9fcce8.tar.gz |
add font weight to links in wiki pages to be more distinguishable from static information
Diffstat (limited to 'app')
-rw-r--r-- | app/assets/stylesheets/pages/wiki.scss | 4 |
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; |