From 9121be9579c524385bb271f16794d27903415e2c Mon Sep 17 00:00:00 2001 From: Volpeon Date: Tue, 15 Oct 2024 18:57:53 +0200 Subject: Colors --- src/_config.scss | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/_config.scss b/src/_config.scss index 201601a..8ed8162 100644 --- a/src/_config.scss +++ b/src/_config.scss @@ -168,15 +168,15 @@ $theme-dark: ( --75: 2.2, --100: 0, - --200: easing.cubic-bezier(.3, .05, .8, .8, math.div(1, 8)) * -108, - --300: easing.cubic-bezier(.3, .05, .8, .8, math.div(2, 8)) * -108, - --400: easing.cubic-bezier(.3, .05, .8, .8, math.div(3, 8)) * -108, + --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, .05, .8, .8, math.div(4, 8)) * -108, - --600: easing.cubic-bezier(.3, .05, .8, .8, math.div(5, 8)) * -108, - --700: easing.cubic-bezier(.3, .05, .8, .8, math.div(6, 8)) * -108, - --800: easing.cubic-bezier(.3, .05, .8, .8, math.div(7, 8)) * -108, - --900: easing.cubic-bezier(.3, .05, .8, .8, math.div(8, 8)) * -108, + --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: ( @@ -202,7 +202,7 @@ $theme-dark: ( ), --palettes: ( - --base: hsl(257, 13%, 19%) --grays --full, + --base: hsl(257, 13%, 19.5%) --grays --full, --blue: oklch(56% .16 265.25) --colors --muted, --purple: oklch(56% .16 305.58) --colors --muted, --red: oklch(56% .16 18.69) --colors --muted, -- cgit v1.2.3-70-g09d2