diff options
author | Volpeon <git@volpeon.ink> | 2024-10-15 17:38:10 +0200 |
---|---|---|
committer | Volpeon <git@volpeon.ink> | 2024-10-15 17:38:10 +0200 |
commit | e15641221e0249b73424b4908981e9e7f47a1af0 (patch) | |
tree | 17fd2887b697ec229a4a0e6defb18d29853e7e7c | |
parent | Color adjustments, borderless cards (diff) | |
download | iro-design-e15641221e0249b73424b4908981e9e7f47a1af0.tar.gz iro-design-e15641221e0249b73424b4908981e9e7f47a1af0.tar.bz2 iro-design-e15641221e0249b73424b4908981e9e7f47a1af0.zip |
Theme adjustments
-rw-r--r-- | src/_config.scss | 20 |
1 files changed, 10 insertions, 10 deletions
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: ( | |||
108 | --75: -4, | 108 | --75: -4, |
109 | --100: 0, | 109 | --100: 0, |
110 | 110 | ||
111 | --200: easing.cubic-bezier(.2, .1, .9, .9, math.div(1, 7)) * 100, | 111 | --200: easing.cubic-bezier(.2, .1, .9, .9, math.div(1, 7)) * 98, |
112 | --300: easing.cubic-bezier(.2, .1, .9, .9, math.div(2, 7)) * 100, | 112 | --300: easing.cubic-bezier(.2, .1, .9, .9, math.div(2, 7)) * 98, |
113 | --400: easing.cubic-bezier(.2, .1, .9, .9, math.div(3, 7)) * 100, | 113 | --400: easing.cubic-bezier(.2, .1, .9, .9, math.div(3, 7)) * 98, |
114 | 114 | ||
115 | --500: easing.cubic-bezier(.2, .1, .9, .9, math.div(4, 7)) * 100, | 115 | --500: easing.cubic-bezier(.2, .1, .9, .9, math.div(4, 7)) * 98, |
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)) * 98, |
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)) * 98, |
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)) * 98, |
119 | --900: 107, | 119 | --900: 106, |
120 | ), | 120 | ), |
121 | 121 | ||
122 | --colors: ( | 122 | --colors: ( |
@@ -137,12 +137,12 @@ $theme-light: ( | |||
137 | ), | 137 | ), |
138 | 138 | ||
139 | --ranges: ( | 139 | --ranges: ( |
140 | --full: 1, | 140 | --full: .3, |
141 | --muted: .1, | 141 | --muted: .1, |
142 | ), | 142 | ), |
143 | 143 | ||
144 | --palettes: ( | 144 | --palettes: ( |
145 | --base: hsl(260, 20%, 98%) --grays --full, | 145 | --base: hsl(260, 90%, 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, |