diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/_themes.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/_themes.scss b/src/_themes.scss index ec9c9e4..8296064 100644 --- a/src/_themes.scss +++ b/src/_themes.scss | |||
@@ -15,6 +15,10 @@ $static-themes: 'black' 'white' !default; | |||
15 | background-color: fn.global-color(--bg-l2); | 15 | background-color: fn.global-color(--bg-l2); |
16 | } | 16 | } |
17 | 17 | ||
18 | @include iro.bem-theme('50') { | ||
19 | background-color: fn.global-color(--base --50); | ||
20 | } | ||
21 | |||
18 | @each $theme in $static-themes { | 22 | @each $theme in $static-themes { |
19 | @include iro.bem-theme(static-#{$theme}) { | 23 | @include iro.bem-theme(static-#{$theme}) { |
20 | color: fn.global-color(--#{$theme}-transparent --800); | 24 | color: fn.global-color(--#{$theme}-transparent --800); |