diff options
author | Volpeon <git@volpeon.ink> | 2024-11-29 23:26:12 +0100 |
---|---|---|
committer | Volpeon <git@volpeon.ink> | 2024-11-29 23:26:12 +0100 |
commit | 604e5b7645546480dc8fffea4b9ecb5c1c85e74b (patch) | |
tree | 99064bc8665dfe1cb7e30dd8b004e6115e752c04 /src/_themes.scss | |
parent | Heading offset (diff) | |
download | iro-design-604e5b7645546480dc8fffea4b9ecb5c1c85e74b.tar.gz iro-design-604e5b7645546480dc8fffea4b9ecb5c1c85e74b.tar.bz2 iro-design-604e5b7645546480dc8fffea4b9ecb5c1c85e74b.zip |
Static themes
Diffstat (limited to 'src/_themes.scss')
-rw-r--r-- | src/_themes.scss | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/_themes.scss b/src/_themes.scss index 32b617b..1a4f36a 100644 --- a/src/_themes.scss +++ b/src/_themes.scss | |||
@@ -70,4 +70,13 @@ | |||
70 | } | 70 | } |
71 | } | 71 | } |
72 | } | 72 | } |
73 | |||
74 | @each $theme in map.keys(props.get(vars.$transparent-colors)) { | ||
75 | $theme-name: static-#{string.slice($theme, 3)}; | ||
76 | |||
77 | @include bem.theme($theme-name) { | ||
78 | color: props.get(vars.$transparent-colors, $theme, --text); | ||
79 | background-color: props.get(vars.$transparent-colors, $theme, --900); | ||
80 | } | ||
81 | } | ||
73 | } | 82 | } |