From 568a5ba81619905dedf8a44e312c64f5be50bb7d Mon Sep 17 00:00:00 2001 From: yanas Date: Fri, 25 Mar 2016 14:48:31 -0500 Subject: [PATCH] Reverts back to black background. We need to fix some other things before moving to grey background. --- css/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/main.css b/css/main.css index 907151670..e3a442e74 100644 --- a/css/main.css +++ b/css/main.css @@ -9,7 +9,7 @@ html, body{ color: #424242; font-family:'Helvetica Neue', Helvetica, sans-serif; font-weight: 400; - background: #4E4E4E; + background: #000000; overflow: hidden; }