From 4efbbe51dfac994ffe2c6937f3ef0fb5b11dc784 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Wed, 26 Sep 2018 16:20:44 +0100 Subject: [PATCH] CSS: Make news section white Signed-off-by: Michael Tremer --- src/scss/style.scss | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/scss/style.scss b/src/scss/style.scss index 372fa893..bf33dbc4 100644 --- a/src/scss/style.scss +++ b/src/scss/style.scss @@ -204,11 +204,12 @@ footer { } section#news, section#support, footer { - background-color: rgba($gray-800, .06); - } + background-color: $body-color; + color: $body-bg; - section#news { - color: rgba($gray-800, .6); + h1 { + color: inherit; + } } section#fireinfo { -- 2.47.3