From: Michael Tremer Date: Tue, 3 Nov 2020 11:30:20 +0000 (+0000) Subject: CSS: Apply new colour scheme for background X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=72513b48bf2c570ff173b3e9c70b14a9568f50c4;p=ipfire.org.git CSS: Apply new colour scheme for background Signed-off-by: Michael Tremer --- diff --git a/src/scss/_variables.scss b/src/scss/_variables.scss index 368f6016..cad540f8 100644 --- a/src/scss/_variables.scss +++ b/src/scss/_variables.scss @@ -19,16 +19,17 @@ $twitter: #00acee; // Theme $primary: #FF2E53; $secondary: #757575; -$light: $gray-400; -$dark: $gray-800; +$light: #c4c4c4; +$dark: #4f4f4f; $theme-colors: ( "lwl" : $lwl, "twitter" : $twitter, ); -$body-bg: $dark; -$body-color: $white; +$body-bg: $white; +$body-color: $dark; + $code-color: $white; $pre-color: $white; $table-color: inherit;