From eb4ea5d60cb9b6a962b03e0ea57493ec3b9fcce8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eduardo=20Mej=C3=ADa?= Date: Tue, 9 Jul 2019 07:45:50 +0000 Subject: add font weight to links in wiki pages to be more distinguishable from static information --- app/assets/stylesheets/pages/wiki.scss | 4 ++++ 1 file changed, 4 insertions(+) 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; -- cgit v1.2.1