Commit 07afb13d authored by Phil Hughes's avatar Phil Hughes

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
parents da642f80 eb4ea5d6
...@@ -168,6 +168,10 @@ ...@@ -168,6 +168,10 @@
} }
ul.wiki-pages-list.content-list { ul.wiki-pages-list.content-list {
a {
color: $blue-600;
}
ul { ul {
list-style: none; list-style: none;
margin-left: 0; margin-left: 0;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment