fix: 🐛 100vh body background color

This commit is contained in:
Evangelos Paterakis 2023-02-11 23:28:46 +02:00
parent 1d89cc3e3d
commit b2b619ffa7

View File

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