From 849d637880df59b07bfd6ddf2e9596100ffcc12c Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Thu, 23 Jan 2025 22:42:11 +0000 Subject: Changing the background color to a darker shade --- src/scss/_variables.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scss/_variables.scss b/src/scss/_variables.scss index bc91f7f..1e0a4ef 100644 --- a/src/scss/_variables.scss +++ b/src/scss/_variables.scss @@ -1,4 +1,4 @@ -$colorBg: #212529; +$colorBg: #181818; $colorBgAlt: hwb(0deg 0% 100% / 20%); $colorBgCode: #3b3d42; $colorBlossom: #6da13f; -- cgit v1.2.3