mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-06-05 20:34:15 +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) {
|
||||
.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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue