From 6ec863a82e23014716ba4790072d38965208d901 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Wed, 14 Feb 2024 16:12:23 +0400 Subject: Updated the color theme of the site --- _scss/_variables.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '_scss/_variables.scss') diff --git a/_scss/_variables.scss b/_scss/_variables.scss index f518ff4..33041bb 100644 --- a/_scss/_variables.scss +++ b/_scss/_variables.scss @@ -1,8 +1,8 @@ $color-bg: #212529; $color-bg-alt: hwb(0deg 0% 100% / 20%); -$color-bg-code: #2e3440; -$color-blossom: #85BCF2; -$color-fade: #4e6f8e; +$color-bg-code: #3b3d42; +$color-blossom: #6da13f; +$color-fade: #598332; $color-header: #1b1f22; $color-text: #dee2e6; $font-family-base: "Jost", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, "Helvetica Neue", arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; -- cgit v1.2.3