From: Michael Tremer Date: Wed, 26 Sep 2018 13:31:51 +0000 (+0100) Subject: CSS: Make background dark X-Git-Url: http://git.ipfire.org/?p=ipfire.org.git;a=commitdiff_plain;h=490df9dffff0d36177de0bfe3bfbb119f7cc20e6 CSS: Make background dark Signed-off-by: Michael Tremer --- diff --git a/src/scss/_variables.scss b/src/scss/_variables.scss index 7bc0841a..17ea7d19 100644 --- a/src/scss/_variables.scss +++ b/src/scss/_variables.scss @@ -25,11 +25,8 @@ $theme-colors: ( "lwl" : $lwl, ); -$yiq-text-dark: $primary; -$yiq-text-light: $secondary; - -$body-bg: $blue-grey-50; -$body-color: $blue-grey-900; +$body-bg: $dark; +$body-color: $white; // Breakpoints $grid-breakpoints: (