From 65d31b4e91552060b7070c6b384c9ff559b09063 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Thu, 31 Aug 2023 03:45:06 +0400 Subject: Minor color adjustment --- sass/styles.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sass/styles.scss b/sass/styles.scss index 2a2b43c..46ab7dc 100644 --- a/sass/styles.scss +++ b/sass/styles.scss @@ -5,7 +5,7 @@ $color-bg: #212529; $color-bg-alt: hwb(0deg 0% 100% / 20%); -$color-bg-code: #3b3d42; +$color-bg-code: #2e3440; $color-blossom: #85BCF2; $color-fade: #4e6f8e; $color-header: #1b1f22; -- cgit v1.2.3