From 72513b48bf2c570ff173b3e9c70b14a9568f50c4 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Tue, 3 Nov 2020 11:30:20 +0000 Subject: [PATCH] CSS: Apply new colour scheme for background Signed-off-by: Michael Tremer --- src/scss/_variables.scss | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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; -- 2.47.3