From 17eaa701c8fdabff79ad40776c2799963694da12 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Tue, 9 Aug 2016 17:25:44 -0400 Subject: [PATCH] Attempt changing body background color --- stylesheets/stylesheet.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stylesheets/stylesheet.css b/stylesheets/stylesheet.css index 87961e53..bec4c1f5 100644 --- a/stylesheets/stylesheet.css +++ b/stylesheets/stylesheet.css @@ -51,7 +51,7 @@ Theme Styles body { box-sizing: border-box; color:#373737; - background: #000000; + background: #212121; font-size: 16px; font-family: 'Myriad Pro', Calibri, Helvetica, Arial, sans-serif; line-height: 1.5;