1 Commits
1.5.0 ... 1.4.1

Author SHA1 Message Date
73366663ab Add background color to html
This should hopefully fix white flashes
2022-01-26 00:54:09 -06:00

View File

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