mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-06-06 04:44:16 +02:00
Fix recent regression for scope rules (#1938)
Some checks are pending
Project CI / build (24.x) (push) Waiting to run
Some checks are pending
Project CI / build (24.x) (push) Waiting to run
This commit is contained in:
parent
fa6f9d56b8
commit
48f9ffc318
1 changed files with 4 additions and 0 deletions
|
|
@ -86,6 +86,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
@scope (.theme-light) to (.themed) {
|
@scope (.theme-light) to (.themed) {
|
||||||
|
.dh-style :scope,
|
||||||
|
:scope.dh-style,
|
||||||
.dh-style,
|
.dh-style,
|
||||||
.duality {
|
.duality {
|
||||||
--color-text-emphatic: @dark-blue;
|
--color-text-emphatic: @dark-blue;
|
||||||
|
|
@ -93,6 +95,8 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@scope (.theme-dark) to (.themed) {
|
@scope (.theme-dark) to (.themed) {
|
||||||
|
.dh-style :scope,
|
||||||
|
:scope.dh-style,
|
||||||
.dh-style,
|
.dh-style,
|
||||||
.duality {
|
.duality {
|
||||||
--color-text-emphatic: @golden;
|
--color-text-emphatic: @golden;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue