]> git.ipfire.org Git - ipfire.org.git/commitdiff
CSS: Make news section white
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 26 Sep 2018 15:20:44 +0000 (16:20 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 26 Sep 2018 15:20:44 +0000 (16:20 +0100)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/scss/style.scss

index 372fa8936d459598bab798b83fe49133638696e0..bf33dbc45c042f8d0f35105a0def8023338ca1c9 100644 (file)
@@ -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 {