fix white flash on reload

This commit is contained in:
Sean Yesmunt 2018-11-28 12:52:07 -05:00
parent 9e5f82c7ae
commit 10e8977510

View file

@ -2,7 +2,7 @@
// component specific styling should go in the component scss file
html {
background-color: $lbry-white;
background-color: $lbry-teal-5;
font-family: 'Inter UI', sans-serif;
height: 100%;
}