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/scopes/_implicit.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/scopes/_implicit.scss')
-rw-r--r-- | src/scopes/_implicit.scss | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/src/scopes/_implicit.scss b/src/scopes/_implicit.scss index 020e311..2c3411a 100644 --- a/src/scopes/_implicit.scss +++ b/src/scopes/_implicit.scss | |||
@@ -155,5 +155,24 @@ | |||
155 | padding: 0; | 155 | padding: 0; |
156 | margin: 0; | 156 | margin: 0; |
157 | } | 157 | } |
158 | |||
159 | @each $theme in map.keys(props.get(core.$transparent-colors)) { | ||
160 | $theme-name: static-#{string.slice($theme, 3)}; | ||
161 | |||
162 | @include bem.at-theme($theme-name) { | ||
163 | h1, | ||
164 | h2, | ||
165 | h3, | ||
166 | h4, | ||
167 | h5, | ||
168 | h6 { | ||
169 | color: props.get(core.$transparent-colors, $theme, --text); | ||
170 | } | ||
171 | |||
172 | hr { | ||
173 | color: props.get(core.$transparent-colors, $theme, --400); | ||
174 | } | ||
175 | } | ||
176 | } | ||
158 | } | 177 | } |
159 | } | 178 | } |