add font weight to links in wiki pages to be more distinguishable from static information

This commit is contained in:
Eduardo Mejía 2019-07-09 07:45:50 +00:00 committed by Phil Hughes
parent da642f8082
commit eb4ea5d60c
1 changed files with 4 additions and 0 deletions

View File

@ -168,6 +168,10 @@
}
ul.wiki-pages-list.content-list {
a {
color: $blue-600;
}
ul {
list-style: none;
margin-left: 0;