mirror of
https://github.com/ankitects/anki.git
synced 2025-09-23 08:22:24 -04:00
Set background-color of body to var(--window-bg)
required to emulate day mode in clayout if background-color is not set in .card styling
This commit is contained in:
parent
342f75f0f6
commit
ac47ef54a2
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@ hr {
|
|||
body {
|
||||
margin: 20px;
|
||||
overflow-wrap: break-word;
|
||||
background-color: var(--window-bg);
|
||||
}
|
||||
|
||||
// explicit nightMode definition required
|
||||
|
|
Loading…
Reference in a new issue