mirror of
https://github.com/ankitects/anki.git
synced 2025-09-23 16:26:40 -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 {
|
body {
|
||||||
margin: 20px;
|
margin: 20px;
|
||||||
overflow-wrap: break-word;
|
overflow-wrap: break-word;
|
||||||
|
background-color: var(--window-bg);
|
||||||
}
|
}
|
||||||
|
|
||||||
// explicit nightMode definition required
|
// explicit nightMode definition required
|
||||||
|
|
Loading…
Reference in a new issue