diff options
Diffstat (limited to 'src/_themes.scss')
-rw-r--r-- | src/_themes.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/_themes.scss b/src/_themes.scss index a90d049..ced2aa5 100644 --- a/src/_themes.scss +++ b/src/_themes.scss | |||
@@ -205,7 +205,7 @@ $theme-dark: map.deep-merge(( | |||
205 | 205 | ||
206 | $themes-override: () !default; | 206 | $themes-override: () !default; |
207 | $themes: map.deep-merge(( | 207 | $themes: map.deep-merge(( |
208 | main: ( | 208 | --main: ( |
209 | light: $theme-light, | 209 | light: $theme-light, |
210 | dark: $theme-dark, | 210 | dark: $theme-dark, |
211 | ) | 211 | ) |