start background dark before image loads

This commit is contained in:
Jeremy Kauffman 2017-03-22 07:46:43 -04:00
parent f0232af01a
commit ab6a3fe538

View file

@ -25,6 +25,7 @@ body
height: 100vh;
width: 100vw;
z-index: -1;
background: #555; //start dark before being replaced
background-repeat: no-repeat;
background-position: center center;
background-attachment: fixed;