mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-03-07 22:46:12 +01:00
Fixed it mostly
This commit is contained in:
parent
9393bab6cf
commit
a2efd764c6
3 changed files with 35 additions and 74 deletions
|
|
@ -58,7 +58,8 @@ body.theme-dark,
|
|||
color-scheme: dark;
|
||||
}
|
||||
|
||||
/* .chat-log is hardcoded to be theme-light, so it ruins it. Gotta exclude it */
|
||||
body.theme-light,
|
||||
.themed.theme-light {
|
||||
.themed.theme-light:not(.chat-log) {
|
||||
color-scheme: light;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue