From b3be5dcf00c72c8b206bcc3b2b4292b8305a2252 Mon Sep 17 00:00:00 2001 From: Sarah Conway Date: Fri, 20 Apr 2018 19:38:40 -0700 Subject: [PATCH] Adjust color of tags to help them stand out more. --- media/css/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media/css/main.css b/media/css/main.css index 4cfb64a4..eacb0173 100644 --- a/media/css/main.css +++ b/media/css/main.css @@ -118,7 +118,7 @@ a:hover, a:active, #pgContentWrap a:visited, .feature a:visited { b, strong { font-weight: 700; - color: #515151; + color: #383838; } i, em { -- 2.39.5