Change global site font color.

This should make the text crisper and easier to read on the entire site.

Author: Sarah Conway
This commit is contained in:
Jonathan S. Katz
2018-09-16 16:28:14 -04:00
parent b1187f1185
commit 65bd64db5c

View File

@ -21,7 +21,7 @@
body {
font-family: 'Open Sans', sans-serif;
font-weight: 400;
color: #515151;
color: #0D0A0B;
font-size: 11.5pt;
}