fix: 🐛 100vh body background color
This commit is contained in:
parent
254a9e8716
commit
60b959f63f
|
@ -1,4 +1,4 @@
|
|||
html {
|
||||
html, body {
|
||||
background-color: var(--bg);
|
||||
color: var(--fg);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue