FEATURE Refining color handling
This commit is contained in:
parent
79cf48fa18
commit
a1ec9d80ae
|
|
@ -33,7 +33,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
&--hierarchy-inverted {
|
&--hierarchy-inverted {
|
||||||
@apply text-white;
|
/* @apply text-white; */
|
||||||
|
color: var(--advised-text-color, inherit);
|
||||||
|
|
||||||
h1,
|
h1,
|
||||||
h2,
|
h2,
|
||||||
|
|
@ -47,7 +48,9 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
&--hierarchy-classic {
|
&--hierarchy-classic {
|
||||||
@apply text-white;
|
/* @apply text-white; */
|
||||||
|
color: var(--advised-text-color, inherit);
|
||||||
|
|
||||||
h1,
|
h1,
|
||||||
h2,
|
h2,
|
||||||
h3,
|
h3,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user