From 5a6805a9444fcab21c6d8117376dc2fa5812ecf1 Mon Sep 17 00:00:00 2001 From: Volpeon Date: Wed, 3 Jul 2024 21:16:26 +0200 Subject: Again --- src/_config.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/_config.scss') diff --git a/src/_config.scss b/src/_config.scss index 9df7586..cfec2a1 100644 --- a/src/_config.scss +++ b/src/_config.scss @@ -165,8 +165,8 @@ $theme-light: ( $theme-dark: ( --contrasts: ( --grays: ( - --50: 4, - --75: 2, + --50: 5.4, + --75: 2.7, --100: 0, --200: easing.cubic-bezier(.3, .1, .7, .8, math.div(1, 8)) * -108, @@ -203,7 +203,7 @@ $theme-dark: ( ), --palettes: ( - --base: hsl(0, 0%, 20%) --grays --full, + --base: hsl(0, 0%, 22%) --grays --full, --blue: oklch(56% 0.16 265.25) --colors --muted, --purple: oklch(56% 0.16 305.58) --colors --muted, --red: oklch(56% 0.16 18.69) --colors --muted, -- cgit v1.2.3-54-g00ecf