From 121d688471d42cdf40609ddf00c13c07c948c15a Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Fri, 1 Jul 2016 03:36:13 -0400 Subject: [PATCH] Change header background color to match images --- stylesheets/stylesheet.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stylesheets/stylesheet.css b/stylesheets/stylesheet.css index f31c8b6c..a7475a97 100644 --- a/stylesheets/stylesheet.css +++ b/stylesheets/stylesheet.css @@ -51,7 +51,7 @@ Theme Styles body { box-sizing: border-box; color:#373737; - background: #212121; + background: #000000; font-size: 16px; font-family: 'Myriad Pro', Calibri, Helvetica, Arial, sans-serif; line-height: 1.5;