summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2024-07-04 12:21:44 +0200
committerVolpeon <git@volpeon.ink>2024-07-04 12:21:44 +0200
commit29470f4c9880a3ec707a35baddbc2341c5bb0959 (patch)
tree7d76fc8b798254e0dea56461ec6fc1df3309b64d
parentAgain (diff)
downloadiro-design-29470f4c9880a3ec707a35baddbc2341c5bb0959.tar.gz
iro-design-29470f4c9880a3ec707a35baddbc2341c5bb0959.tar.bz2
iro-design-29470f4c9880a3ec707a35baddbc2341c5bb0959.zip
Add t-50
-rw-r--r--src/_themes.scss4
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);