Stop Chrome from flashing white between page loads

This commit is contained in:
Albert Santoni 2015-01-15 16:45:14 -05:00
parent 4ba4559f01
commit 620029c04e
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@ body {
} }
html, body { html, body {
height: 100%; height: 100%;
background: #7f7f7f;
} }
#login-page { #login-page {