summaryrefslogtreecommitdiffstats
path: root/src/_config.scss
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2025-08-06 16:40:56 +0200
committerVolpeon <git@volpeon.ink>2025-08-06 16:40:56 +0200
commit41b0d0497988274057fc2512c822a6bc9d2d3ebd (patch)
tree015a95ede42b799ac1fd049baa8b0a853b6d3bb3 /src/_config.scss
parentFix button font size (diff)
downloadiro-design-41b0d0497988274057fc2512c822a6bc9d2d3ebd.tar.gz
iro-design-41b0d0497988274057fc2512c822a6bc9d2d3ebd.tar.bz2
iro-design-41b0d0497988274057fc2512c822a6bc9d2d3ebd.zip
Switch to tab indentationHEADmaster
Diffstat (limited to 'src/_config.scss')
-rw-r--r--src/_config.scss8
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;