Add background color to html
This should hopefully fix white flashes
This commit is contained in:
parent
f8e0613db8
commit
c25a3e88a1
@ -23,6 +23,7 @@
|
|||||||
}
|
}
|
||||||
html {
|
html {
|
||||||
overflow-y: scroll;
|
overflow-y: scroll;
|
||||||
|
background: var(--background);
|
||||||
}
|
}
|
||||||
body {
|
body {
|
||||||
background: var(--background);
|
background: var(--background);
|
||||||
|
Loading…
Reference in New Issue
Block a user