From 199cc5771cbaff4f4667cc5a085a951fc1bfbf17 Mon Sep 17 00:00:00 2001 From: Tom Hacohen Date: Sun, 17 Dec 2017 18:14:54 +0000 Subject: [PATCH] Fix background colour issue. --- src/index.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/index.css b/src/index.css index e15559a..60a5fee 100644 --- a/src/index.css +++ b/src/index.css @@ -13,3 +13,7 @@ body:before { z-index: -1; background-color: white; } + +#root { + background-color: white; +}