Fix background colour issue.

master
Tom Hacohen 2017-12-17 18:14:54 +00:00
parent 4833a98763
commit 199cc5771c
1 changed files with 4 additions and 0 deletions

View File

@ -13,3 +13,7 @@ body:before {
z-index: -1;
background-color: white;
}
#root {
background-color: white;
}