From 65bd64db5c091db1e7a5bcc78807c93376342727 Mon Sep 17 00:00:00 2001 From: "Jonathan S. Katz" Date: Sun, 16 Sep 2018 16:28:14 -0400 Subject: [PATCH] Change global site font color. This should make the text crisper and easier to read on the entire site. Author: Sarah Conway --- 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 480a7004..00f0bdff 100644 --- a/media/css/main.css +++ b/media/css/main.css @@ -21,7 +21,7 @@ body { font-family: 'Open Sans', sans-serif; font-weight: 400; - color: #515151; + color: #0D0A0B; font-size: 11.5pt; } -- 2.39.5