diff options
| author | Volpeon <git@volpeon.ink> | 2024-10-14 16:15:34 +0200 |
|---|---|---|
| committer | Volpeon <git@volpeon.ink> | 2024-10-14 16:15:34 +0200 |
| commit | ef117e73dec37973b366722a56b2b5a17b9f0a2b (patch) | |
| tree | e87dd64728ae8808e850e99319242333c5b4ce6e /src/_config.scss | |
| parent | More (diff) | |
| download | iro-design-ef117e73dec37973b366722a56b2b5a17b9f0a2b.tar.gz iro-design-ef117e73dec37973b366722a56b2b5a17b9f0a2b.tar.bz2 iro-design-ef117e73dec37973b366722a56b2b5a17b9f0a2b.zip | |
Color adjustments, borderless cards
Diffstat (limited to 'src/_config.scss')
| -rw-r--r-- | src/_config.scss | 10 |
1 files changed, 5 insertions, 5 deletions
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: ( | |||
| 116 | --600: easing.cubic-bezier(.2, .1, .9, .9, math.div(5, 7)) * 100, | 116 | --600: easing.cubic-bezier(.2, .1, .9, .9, math.div(5, 7)) * 100, |
| 117 | --700: easing.cubic-bezier(.2, .1, .9, .9, math.div(6, 7)) * 100, | 117 | --700: easing.cubic-bezier(.2, .1, .9, .9, math.div(6, 7)) * 100, |
| 118 | --800: easing.cubic-bezier(.2, .1, .9, .9, math.div(7, 7)) * 100, | 118 | --800: easing.cubic-bezier(.2, .1, .9, .9, math.div(7, 7)) * 100, |
| 119 | --900: 108, | 119 | --900: 107, |
| 120 | ), | 120 | ), |
| 121 | 121 | ||
| 122 | --colors: ( | 122 | --colors: ( |
| @@ -140,9 +140,9 @@ $theme-light: ( | |||
| 140 | --full: 1, | 140 | --full: 1, |
| 141 | --muted: .1, | 141 | --muted: .1, |
| 142 | ), | 142 | ), |
| 143 | 143 | ||
| 144 | --palettes: ( | 144 | --palettes: ( |
| 145 | --base: hsl(0, 0%, 98%) --grays --full, | 145 | --base: hsl(260, 20%, 98%) --grays --full, |
| 146 | --blue: oklch(56% .16 265.25) --colors --muted, | 146 | --blue: oklch(56% .16 265.25) --colors --muted, |
| 147 | --purple: oklch(56% .16 305.58) --colors --muted, | 147 | --purple: oklch(56% .16 305.58) --colors --muted, |
| 148 | --red: oklch(56% .16 18.69) --colors --muted, | 148 | --red: oklch(56% .16 18.69) --colors --muted, |
| @@ -200,9 +200,9 @@ $theme-dark: ( | |||
| 200 | --full: 1, | 200 | --full: 1, |
| 201 | --muted: .3, | 201 | --muted: .3, |
| 202 | ), | 202 | ), |
| 203 | 203 | ||
| 204 | --palettes: ( | 204 | --palettes: ( |
| 205 | --base: hsl(0, 0%, 20%) --grays --full, | 205 | --base: hsl(257, 6%, 18%) --grays --full, |
| 206 | --blue: oklch(56% .16 265.25) --colors --muted, | 206 | --blue: oklch(56% .16 265.25) --colors --muted, |
| 207 | --purple: oklch(56% .16 305.58) --colors --muted, | 207 | --purple: oklch(56% .16 305.58) --colors --muted, |
| 208 | --red: oklch(56% .16 18.69) --colors --muted, | 208 | --red: oklch(56% .16 18.69) --colors --muted, |
