From 604e5b7645546480dc8fffea4b9ecb5c1c85e74b Mon Sep 17 00:00:00 2001 From: Volpeon Date: Fri, 29 Nov 2024 23:26:12 +0100 Subject: Static themes --- src/scopes/_implicit.scss | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'src/scopes') 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 @@ padding: 0; margin: 0; } + + @each $theme in map.keys(props.get(core.$transparent-colors)) { + $theme-name: static-#{string.slice($theme, 3)}; + + @include bem.at-theme($theme-name) { + h1, + h2, + h3, + h4, + h5, + h6 { + color: props.get(core.$transparent-colors, $theme, --text); + } + + hr { + color: props.get(core.$transparent-colors, $theme, --400); + } + } + } } } -- cgit v1.2.3-70-g09d2