From fd71ea25909c2cc7aee8e7ac27d4425b44d7b35f Mon Sep 17 00:00:00 2001 From: Daniel Kraus Date: Tue, 5 Nov 2024 15:28:17 +0100 Subject: [PATCH] Adjust background color for code. --- assets/scss/_predefined.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/scss/_predefined.scss b/assets/scss/_predefined.scss index 21db02c..0deedb7 100644 --- a/assets/scss/_predefined.scss +++ b/assets/scss/_predefined.scss @@ -4,9 +4,9 @@ $text: hsl(204, 28%, 93%); $light-grey: #292e32; // #494f5c; $dark-grey: #3B3E48; $highlight-grey: #7d828a; -$midnightblue: #2c3e50; $typewriter: hsl(172, 100%, 36%); -$codebackground: #272822 !default; +$codebackground: #1c2023 !default; +$midnightblue: $codebackground; // Scroll to Top Default colors