Add background color to html

This should hopefully fix white flashes
This commit is contained in:
2022-08-30 16:07:23 -05:00
committed by salt
parent f8e0613db8
commit c25a3e88a1
+1
View File
@@ -23,6 +23,7 @@
}
html {
overflow-y: scroll;
background: var(--background);
}
body {
background: var(--background);