diff options
Diffstat (limited to '_scss/_variables.scss')
-rw-r--r-- | _scss/_variables.scss | 6 |
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"; |