base.css: white flash prevention

This commit is contained in:
He4eT 2023-06-04 04:18:48 +03:00 committed by Alexey
commit 54512df52c

View file

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