mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-15 21:21:08 +01:00
[Fix] Daggerheart Menu LightMode (#1534)
* Fixed so the menu and menuIcon coloration correctly changes with mode change * . * . * .
This commit is contained in:
parent
5b61340fee
commit
4aa414be00
2 changed files with 12 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
.theme-light #interface #ui-right #sidebar {
|
||||
.theme-light#interface #ui-right #sidebar {
|
||||
menu li button img {
|
||||
filter: @grey-filter;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue