diff options
| author | Volpeon <git@volpeon.ink> | 2024-11-29 23:42:09 +0100 |
|---|---|---|
| committer | Volpeon <git@volpeon.ink> | 2024-11-29 23:42:09 +0100 |
| commit | c9b00ce5c53b7abe68cbd4021ccc2c4c1d0fb50e (patch) | |
| tree | 57d6d59a6c6d95fdf8908a7f9ddbc39773822651 /src/scopes | |
| parent | Fix (diff) | |
| download | iro-design-c9b00ce5c53b7abe68cbd4021ccc2c4c1d0fb50e.tar.gz iro-design-c9b00ce5c53b7abe68cbd4021ccc2c4c1d0fb50e.tar.bz2 iro-design-c9b00ce5c53b7abe68cbd4021ccc2c4c1d0fb50e.zip | |
Static themes fix
Diffstat (limited to 'src/scopes')
| -rw-r--r-- | src/scopes/_implicit.scss | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/scopes/_implicit.scss b/src/scopes/_implicit.scss index 9bd411a..78f06be 100644 --- a/src/scopes/_implicit.scss +++ b/src/scopes/_implicit.scss | |||
| @@ -160,13 +160,15 @@ | |||
| 160 | 160 | ||
| 161 | @each $theme in map.keys(props.get(core.$transparent-colors)) { | 161 | @each $theme in map.keys(props.get(core.$transparent-colors)) { |
| 162 | .t-static-#{string.slice($theme, 3)} { | 162 | .t-static-#{string.slice($theme, 3)} { |
| 163 | color: props.get(core.$transparent-colors, $theme, --800); | ||
| 164 | |||
| 163 | h1, | 165 | h1, |
| 164 | h2, | 166 | h2, |
| 165 | h3, | 167 | h3, |
| 166 | h4, | 168 | h4, |
| 167 | h5, | 169 | h5, |
| 168 | h6 { | 170 | h6 { |
| 169 | color: props.get(core.$transparent-colors, $theme, --text); | 171 | color: props.get(core.$transparent-colors, $theme, --900); |
| 170 | } | 172 | } |
| 171 | 173 | ||
| 172 | hr { | 174 | hr { |
