From ef117e73dec37973b366722a56b2b5a17b9f0a2b Mon Sep 17 00:00:00 2001 From: Volpeon Date: Mon, 14 Oct 2024 16:15:34 +0200 Subject: Color adjustments, borderless cards --- src/_config.scss | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/_config.scss') diff --git a/src/_config.scss b/src/_config.scss index 3ec6607..002c817 100644 --- a/src/_config.scss +++ b/src/_config.scss @@ -116,7 +116,7 @@ $theme-light: ( --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: 108, + --900: 107, ), --colors: ( @@ -140,9 +140,9 @@ $theme-light: ( --full: 1, --muted: .1, ), - + --palettes: ( - --base: hsl(0, 0%, 98%) --grays --full, + --base: hsl(260, 20%, 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, @@ -200,9 +200,9 @@ $theme-dark: ( --full: 1, --muted: .3, ), - + --palettes: ( - --base: hsl(0, 0%, 20%) --grays --full, + --base: hsl(257, 6%, 18%) --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.3.1