mirror of
https://github.com/He4eT/elseifplayer.git
synced 2026-05-05 01:17:22 +00:00
base.css: white flash prevention
This commit is contained in:
parent
832fd2faa7
commit
54512df52c
1 changed files with 3 additions and 0 deletions
|
|
@ -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 {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue