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
ecc30c8e13
commit
4264ca10ba
1 changed files with 3 additions and 0 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue