diff options
author | Volpeon <git@volpeon.ink> | 2024-10-15 18:47:43 +0200 |
---|---|---|
committer | Volpeon <git@volpeon.ink> | 2024-10-15 18:47:43 +0200 |
commit | 34340a5fc382500f673bd128fc17db8b1270709d (patch) | |
tree | 411115b82f8d43f06f51ba9b626a73fbdeae74c1 /src/_config.scss | |
parent | Colors (diff) | |
download | iro-design-34340a5fc382500f673bd128fc17db8b1270709d.tar.gz iro-design-34340a5fc382500f673bd128fc17db8b1270709d.tar.bz2 iro-design-34340a5fc382500f673bd128fc17db8b1270709d.zip |
Colors
Diffstat (limited to 'src/_config.scss')
-rw-r--r-- | src/_config.scss | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/src/_config.scss b/src/_config.scss index 15b7e92..201601a 100644 --- a/src/_config.scss +++ b/src/_config.scss | |||
@@ -168,15 +168,15 @@ $theme-dark: ( | |||
168 | --75: 2.2, | 168 | --75: 2.2, |
169 | --100: 0, | 169 | --100: 0, |
170 | 170 | ||
171 | --200: easing.cubic-bezier(.3, .1, .8, .8, math.div(1, 8)) * -108, | 171 | --200: easing.cubic-bezier(.3, .05, .8, .8, math.div(1, 8)) * -108, |
172 | --300: easing.cubic-bezier(.3, .1, .8, .8, math.div(2, 8)) * -108, | 172 | --300: easing.cubic-bezier(.3, .05, .8, .8, math.div(2, 8)) * -108, |
173 | --400: easing.cubic-bezier(.3, .1, .8, .8, math.div(3, 8)) * -108, | 173 | --400: easing.cubic-bezier(.3, .05, .8, .8, math.div(3, 8)) * -108, |
174 | 174 | ||
175 | --500: easing.cubic-bezier(.3, .1, .8, .8, math.div(4, 8)) * -108, | 175 | --500: easing.cubic-bezier(.3, .05, .8, .8, math.div(4, 8)) * -108, |
176 | --600: easing.cubic-bezier(.3, .1, .8, .8, math.div(5, 8)) * -108, | 176 | --600: easing.cubic-bezier(.3, .05, .8, .8, math.div(5, 8)) * -108, |
177 | --700: easing.cubic-bezier(.3, .1, .8, .8, math.div(6, 8)) * -108, | 177 | --700: easing.cubic-bezier(.3, .05, .8, .8, math.div(6, 8)) * -108, |
178 | --800: easing.cubic-bezier(.3, .1, .8, .8, math.div(7, 8)) * -108, | 178 | --800: easing.cubic-bezier(.3, .05, .8, .8, math.div(7, 8)) * -108, |
179 | --900: easing.cubic-bezier(.3, .1, .8, .8, math.div(8, 8)) * -108, | 179 | --900: easing.cubic-bezier(.3, .05, .8, .8, math.div(8, 8)) * -108, |
180 | ), | 180 | ), |
181 | 181 | ||
182 | --colors: ( | 182 | --colors: ( |