mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-09-02 18:25:11 +00:00
start background dark before image loads
This commit is contained in:
parent
f0232af01a
commit
ab6a3fe538
1 changed files with 1 additions and 0 deletions
|
@ -25,6 +25,7 @@ body
|
||||||
height: 100vh;
|
height: 100vh;
|
||||||
width: 100vw;
|
width: 100vw;
|
||||||
z-index: -1;
|
z-index: -1;
|
||||||
|
background: #555; //start dark before being replaced
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-position: center center;
|
background-position: center center;
|
||||||
background-attachment: fixed;
|
background-attachment: fixed;
|
||||||
|
|
Loading…
Add table
Reference in a new issue