From a1ec9d80ae1ed45bc52599f89df099bc2aafb42d Mon Sep 17 00:00:00 2001 From: Antoine M Date: Tue, 27 Jan 2026 14:01:57 +0100 Subject: [PATCH] FEATURE Refining color handling --- resources/css/blocks/heading.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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,