Change global site font color.
authorJonathan S. Katz <jonathan.katz@excoventures.com>
Sun, 16 Sep 2018 20:28:14 +0000 (16:28 -0400)
committerJonathan S. Katz <jonathan.katz@excoventures.com>
Tue, 16 Oct 2018 13:40:52 +0000 (09:40 -0400)
This should make the text crisper and easier to read on the entire site.

Author: Sarah Conway

media/css/main.css

index 480a7004de842c412404f343445edd1a317cf7bb..00f0bdfff27c18da3d03eeeb0c7c868738713c28 100644 (file)
@@ -21,7 +21,7 @@
 body {
     font-family: 'Open Sans', sans-serif;
     font-weight: 400;
-    color: #515151;
+    color: #0D0A0B;
     font-size: 11.5pt;
 }