Fix recent regression for scope rules

This commit is contained in:
Carlos Fernandez 2026-05-26 21:54:06 -04:00
parent fa6f9d56b8
commit ad3fa9979c

View file

@ -86,6 +86,8 @@
}
@scope (.theme-light) to (.themed) {
.dh-style :scope,
:scope.dh-style,
.dh-style,
.duality {
--color-text-emphatic: @dark-blue;
@ -93,6 +95,8 @@
}
}
@scope (.theme-dark) to (.themed) {
.dh-style :scope,
:scope.dh-style,
.dh-style,
.duality {
--color-text-emphatic: @golden;