diff options
author | Volpeon <git@volpeon.ink> | 2025-08-06 16:40:56 +0200 |
---|---|---|
committer | Volpeon <git@volpeon.ink> | 2025-08-06 16:40:56 +0200 |
commit | 41b0d0497988274057fc2512c822a6bc9d2d3ebd (patch) | |
tree | 015a95ede42b799ac1fd049baa8b0a853b6d3bb3 /src/_config.scss | |
parent | Fix button font size (diff) | |
download | iro-design-41b0d0497988274057fc2512c822a6bc9d2d3ebd.tar.gz iro-design-41b0d0497988274057fc2512c822a6bc9d2d3ebd.tar.bz2 iro-design-41b0d0497988274057fc2512c822a6bc9d2d3ebd.zip |
Diffstat (limited to 'src/_config.scss')
-rw-r--r-- | src/_config.scss | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/_config.scss b/src/_config.scss index 25c0adb..764d953 100644 --- a/src/_config.scss +++ b/src/_config.scss | |||
@@ -18,10 +18,10 @@ $theme-dark: map.deep-merge(def.$theme-dark, $theme-dark-override) !default; | |||
18 | 18 | ||
19 | $themes-override: () !default; | 19 | $themes-override: () !default; |
20 | $themes: map.deep-merge(( | 20 | $themes: map.deep-merge(( |
21 | --main: ( | 21 | --main: ( |
22 | light: $theme-light, | 22 | light: $theme-light, |
23 | dark: $theme-dark, | 23 | dark: $theme-dark, |
24 | ), | 24 | ), |
25 | ), $themes-override) !default; | 25 | ), $themes-override) !default; |
26 | 26 | ||
27 | $theme-default: list.nth(map.keys($themes), 1) !default; | 27 | $theme-default: list.nth(map.keys($themes), 1) !default; |