Add background color to html

This should hopefully fix white flashes
This commit is contained in:
Salt 2022-01-26 00:54:09 -06:00
parent 42480f0c09
commit 73366663ab
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@
}
html {
overflow-y: scroll;
background: var(--background);
}
body {
background: var(--background);