diff options
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 { |