From fed51106c32137c894e2dd7c6090cd5cf093480f Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Sat, 19 Nov 2016 15:55:50 +0000 Subject: [PATCH] Fix footer color on "short" pages, recolor banner --- stylesheets/stylesheet.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stylesheets/stylesheet.css b/stylesheets/stylesheet.css index 60ab9d9d..d430008f 100644 --- a/stylesheets/stylesheet.css +++ b/stylesheets/stylesheet.css @@ -51,7 +51,7 @@ Theme Styles body { box-sizing: border-box; color:#373737; - background: /*#212121;*/ #F0F1F2; + background: #212121; font-size: 16px; font-family: 'Myriad Pro', Calibri, Helvetica, Arial, sans-serif; line-height: 1.5; @@ -320,7 +320,7 @@ p.banner { } .banner { - color: #000; + color: #fff; font-weight: 700; margin: 0px; padding-top: 10px;