From: Michael Tremer Date: Wed, 26 Sep 2018 15:20:44 +0000 (+0100) Subject: CSS: Make news section white X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4efbbe51dfac994ffe2c6937f3ef0fb5b11dc784;p=ipfire.org.git CSS: Make news section white Signed-off-by: Michael Tremer --- 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 {