FEATURE Refining color handling

This commit is contained in:
Antoine M 2026-01-27 14:01:57 +01:00
parent 79cf48fa18
commit a1ec9d80ae

View File

@ -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,