From 7255c607f6145b96ff4fd632185cd79f4d265717 Mon Sep 17 00:00:00 2001 From: Volpeon Date: Wed, 3 Jul 2024 21:33:25 +0200 Subject: Again --- src/_config.scss | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'src') diff --git a/src/_config.scss b/src/_config.scss index f1c3640..5449a04 100644 --- a/src/_config.scss +++ b/src/_config.scss @@ -165,19 +165,19 @@ $theme-light: ( $theme-dark: ( --contrasts: ( --grays: ( - --50: 5.4, - --75: 2.7, + --50: 4.4, + --75: 2.2, --100: 0, - --200: easing.cubic-bezier(.3, .1, .8, .8, math.div(1, 8)) * -106, - --300: easing.cubic-bezier(.3, .1, .8, .8, math.div(2, 8)) * -106, - --400: easing.cubic-bezier(.3, .1, .8, .8, math.div(3, 8)) * -106, + --200: easing.cubic-bezier(.3, .1, .8, .8, math.div(1, 8)) * -108, + --300: easing.cubic-bezier(.3, .1, .8, .8, math.div(2, 8)) * -108, + --400: easing.cubic-bezier(.3, .1, .8, .8, math.div(3, 8)) * -108, - --500: easing.cubic-bezier(.3, .1, .8, .8, math.div(4, 8)) * -106, - --600: easing.cubic-bezier(.3, .1, .8, .8, math.div(5, 8)) * -106, - --700: easing.cubic-bezier(.3, .1, .8, .8, math.div(6, 8)) * -106, - --800: easing.cubic-bezier(.3, .1, .8, .8, math.div(7, 8)) * -106, - --900: easing.cubic-bezier(.3, .1, .8, .8, math.div(8, 8)) * -106, + --500: easing.cubic-bezier(.3, .1, .8, .8, math.div(4, 8)) * -108, + --600: easing.cubic-bezier(.3, .1, .8, .8, math.div(5, 8)) * -108, + --700: easing.cubic-bezier(.3, .1, .8, .8, math.div(6, 8)) * -108, + --800: easing.cubic-bezier(.3, .1, .8, .8, math.div(7, 8)) * -108, + --900: easing.cubic-bezier(.3, .1, .8, .8, math.div(8, 8)) * -108, ), --colors: ( @@ -203,7 +203,7 @@ $theme-dark: ( ), --palettes: ( - --base: hsl(0, 0%, 22%) --grays --full, + --base: hsl(0, 0%, 20%) --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