mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-06-07 13:24:16 +02:00
Fix recent regression for scope rules
This commit is contained in:
parent
fa6f9d56b8
commit
ad3fa9979c
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