diff --git a/resources/css/blocks/heading.css b/resources/css/blocks/heading.css index 45b37f2..5a3104f 100644 --- a/resources/css/blocks/heading.css +++ b/resources/css/blocks/heading.css @@ -33,7 +33,8 @@ } &--hierarchy-inverted { - @apply text-white; + /* @apply text-white; */ + color: var(--advised-text-color, inherit); h1, h2, @@ -47,7 +48,9 @@ } } &--hierarchy-classic { - @apply text-white; + /* @apply text-white; */ + color: var(--advised-text-color, inherit); + h1, h2, h3,