base.css: white flash prevention

This commit is contained in:
He4eT 2023-06-04 04:18:48 +03:00
commit 4264ca10ba

View file

@ -7,6 +7,9 @@ html, body {
font-family: 'Open Sans', sans-serif;
font-size: 18px;
line-height: 27px;
/* To prevent the white flash */
background: #000000;
}
#root {