[Fix] Daggerheart Menu LightMode (#1534)

* Fixed so the menu and menuIcon coloration correctly changes with mode change

* .

* .

* .
This commit is contained in:
WBHarry 2026-01-15 00:53:33 +01:00 committed by GitHub
parent 5b61340fee
commit 4aa414be00
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 12 additions and 1 deletions

View file

@ -51,3 +51,14 @@
}
}
}
/* TODO: Remove me when this issue is resolved https://github.com/foundryvtt/foundryvtt/issues/13734 */
body.theme-dark,
.themed.theme-dark {
color-scheme: dark;
}
body.theme-light,
.themed.theme-light {
color-scheme: light;
}

View file

@ -1,4 +1,4 @@
.theme-light #interface #ui-right #sidebar {
.theme-light#interface #ui-right #sidebar {
menu li button img {
filter: @grey-filter;
}