Fixed it mostly

This commit is contained in:
WBHarry 2026-01-15 18:14:54 +01:00
parent 9393bab6cf
commit a2efd764c6
3 changed files with 35 additions and 74 deletions

View file

@ -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;
}