From 2b404604f2834e5f8809c940a045ec4b8a1c3640 Mon Sep 17 00:00:00 2001 From: Daniel Kraus Date: Wed, 30 Oct 2024 20:20:00 +0100 Subject: [PATCH] Add missing $codebackground variable. --- assets/scss/_predefined.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/assets/scss/_predefined.scss b/assets/scss/_predefined.scss index a9415b7..21db02c 100644 --- a/assets/scss/_predefined.scss +++ b/assets/scss/_predefined.scss @@ -6,6 +6,7 @@ $dark-grey: #3B3E48; $highlight-grey: #7d828a; $midnightblue: #2c3e50; $typewriter: hsl(172, 100%, 36%); +$codebackground: #272822 !default; // Scroll to Top Default colors