From e15641221e0249b73424b4908981e9e7f47a1af0 Mon Sep 17 00:00:00 2001 From: Volpeon Date: Tue, 15 Oct 2024 17:38:10 +0200 Subject: Theme adjustments --- src/_config.scss | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'src/_config.scss') diff --git a/src/_config.scss b/src/_config.scss index 002c817..948f919 100644 --- a/src/_config.scss +++ b/src/_config.scss @@ -108,15 +108,15 @@ $theme-light: ( --75: -4, --100: 0, - --200: easing.cubic-bezier(.2, .1, .9, .9, math.div(1, 7)) * 100, - --300: easing.cubic-bezier(.2, .1, .9, .9, math.div(2, 7)) * 100, - --400: easing.cubic-bezier(.2, .1, .9, .9, math.div(3, 7)) * 100, + --200: easing.cubic-bezier(.2, .1, .9, .9, math.div(1, 7)) * 98, + --300: easing.cubic-bezier(.2, .1, .9, .9, math.div(2, 7)) * 98, + --400: easing.cubic-bezier(.2, .1, .9, .9, math.div(3, 7)) * 98, - --500: easing.cubic-bezier(.2, .1, .9, .9, math.div(4, 7)) * 100, - --600: easing.cubic-bezier(.2, .1, .9, .9, math.div(5, 7)) * 100, - --700: easing.cubic-bezier(.2, .1, .9, .9, math.div(6, 7)) * 100, - --800: easing.cubic-bezier(.2, .1, .9, .9, math.div(7, 7)) * 100, - --900: 107, + --500: easing.cubic-bezier(.2, .1, .9, .9, math.div(4, 7)) * 98, + --600: easing.cubic-bezier(.2, .1, .9, .9, math.div(5, 7)) * 98, + --700: easing.cubic-bezier(.2, .1, .9, .9, math.div(6, 7)) * 98, + --800: easing.cubic-bezier(.2, .1, .9, .9, math.div(7, 7)) * 98, + --900: 106, ), --colors: ( @@ -137,12 +137,12 @@ $theme-light: ( ), --ranges: ( - --full: 1, + --full: .3, --muted: .1, ), --palettes: ( - --base: hsl(260, 20%, 98%) --grays --full, + --base: hsl(260, 90%, 98%) --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