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:
hikaru-y 2021-06-20 04:02:45 +09:00
parent 342f75f0f6
commit ac47ef54a2

View file

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