Add background color to html

This should hopefully fix white flashes
master
Salt 1 year ago committed by Jacob Babor
parent f8e0613db8
commit c25a3e88a1

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

Loading…
Cancel
Save