From c9b00ce5c53b7abe68cbd4021ccc2c4c1d0fb50e Mon Sep 17 00:00:00 2001 From: Volpeon Date: Fri, 29 Nov 2024 23:42:09 +0100 Subject: Static themes fix --- src/scopes/_implicit.scss | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/scopes') 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 @@ @each $theme in map.keys(props.get(core.$transparent-colors)) { .t-static-#{string.slice($theme, 3)} { + color: props.get(core.$transparent-colors, $theme, --800); + h1, h2, h3, h4, h5, h6 { - color: props.get(core.$transparent-colors, $theme, --text); + color: props.get(core.$transparent-colors, $theme, --900); } hr { -- cgit v1.2.3-70-g09d2