aboutsummaryrefslogtreecommitdiff
path: root/_scss/_variables.scss
diff options
context:
space:
mode:
authorValentin Popov <valentin@popov.link>2024-02-14 15:12:23 +0300
committerValentin Popov <valentin@popov.link>2024-02-14 15:12:23 +0300
commit6ec863a82e23014716ba4790072d38965208d901 (patch)
treeb377201baccfd70fe5a5ac15d3f7a9d5cbcc1e64 /_scss/_variables.scss
parent399aeaeee8c0eec5f9bd4638ef6bc5eb3e1552ff (diff)
downloadpopov.link-6ec863a82e23014716ba4790072d38965208d901.tar.xz
popov.link-6ec863a82e23014716ba4790072d38965208d901.zip
Updated the color theme of the site
Diffstat (limited to '_scss/_variables.scss')
-rw-r--r--_scss/_variables.scss6
1 files changed, 3 insertions, 3 deletions
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";