From ed5a56ad4af84818a3e9fc0c941dcd079b5d006e Mon Sep 17 00:00:00 2001 From: Ben Kurtovic Date: Mon, 2 Jan 2017 05:57:11 -0500 Subject: [PATCH] Slightly lower main font brightness. --- static/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/main.css b/static/main.css index d946df1..3b3f96b 100644 --- a/static/main.css +++ b/static/main.css @@ -7,7 +7,7 @@ body { margin: 0; font-family: "Open Sans", sans-serif; line-height: 1.3; - color: #EAEAEA; + color: #DEDEDE; background-color: black; background-size: cover; background-position: center;