diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/_config.scss | 6 |
1 files changed, 3 insertions, 3 deletions
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: ( | |||
165 | $theme-dark: ( | 165 | $theme-dark: ( |
166 | --contrasts: ( | 166 | --contrasts: ( |
167 | --grays: ( | 167 | --grays: ( |
168 | --50: 4, | 168 | --50: 5.4, |
169 | --75: 2, | 169 | --75: 2.7, |
170 | --100: 0, | 170 | --100: 0, |
171 | 171 | ||
172 | --200: easing.cubic-bezier(.3, .1, .7, .8, math.div(1, 8)) * -108, | 172 | --200: easing.cubic-bezier(.3, .1, .7, .8, math.div(1, 8)) * -108, |
@@ -203,7 +203,7 @@ $theme-dark: ( | |||
203 | ), | 203 | ), |
204 | 204 | ||
205 | --palettes: ( | 205 | --palettes: ( |
206 | --base: hsl(0, 0%, 20%) --grays --full, | 206 | --base: hsl(0, 0%, 22%) --grays --full, |
207 | --blue: oklch(56% 0.16 265.25) --colors --muted, | 207 | --blue: oklch(56% 0.16 265.25) --colors --muted, |
208 | --purple: oklch(56% 0.16 305.58) --colors --muted, | 208 | --purple: oklch(56% 0.16 305.58) --colors --muted, |
209 | --red: oklch(56% 0.16 18.69) --colors --muted, | 209 | --red: oklch(56% 0.16 18.69) --colors --muted, |