fix: 🐛 100vh body background color

This commit is contained in:
Evangelos Paterakis 2023-02-11 23:28:46 +02:00
parent 254a9e8716
commit 60b959f63f
No known key found for this signature in database
GPG key ID: FE5185F095BFC8C9

View file

@ -1,4 +1,4 @@
html {
html, body {
background-color: var(--bg);
color: var(--fg);
}