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;