From 3c02e17fa74c441d3175c5bfadb46c0eaf8a74b5 Mon Sep 17 00:00:00 2001 From: John Cowen Date: Tue, 19 Jun 2018 10:25:41 +0100 Subject: [PATCH] Make sure the body background is white --- ui-v2/app/styles/core/reset.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ui-v2/app/styles/core/reset.css b/ui-v2/app/styles/core/reset.css index 24f4057889..5e37b0d816 100644 --- a/ui-v2/app/styles/core/reset.css +++ b/ui-v2/app/styles/core/reset.css @@ -1,3 +1,6 @@ +body { + background-color: $white; +} fieldset { border: 0; width: 100%;