Adjust color of <strong> tags to help them stand out more.
authorSarah Conway <sarah.conway@crunchydata.com>
Sat, 21 Apr 2018 16:31:43 +0000 (12:31 -0400)
committerJonathan S. Katz <jonathan.katz@excoventures.com>
Sat, 21 Apr 2018 16:31:43 +0000 (12:31 -0400)
django/media/css/main.css

index c6e1c1cca3be22adbd29f2826d8501a37100acbb..9a95d4d88297081a9c39f3641ebc9aa4074e94b1 100644 (file)
@@ -114,7 +114,7 @@ a:hover, a:active, #pgContentWrap a:visited, .feature a:visited {
 
 b, strong {
          font-weight: 700;
-       color: #515151;
+       color: #383838;
 }
 
 i, em {