From e5c9f5bd9f4c6fbd1559edbad37099b06d50a496 Mon Sep 17 00:00:00 2001 From: Robert Marshall Date: Sat, 4 Jan 2020 10:12:34 +0000 Subject: [PATCH] Set background to white --- Website/wwwroot/css/style.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Website/wwwroot/css/style.less b/Website/wwwroot/css/style.less index ac0b8e3..d68810e 100644 --- a/Website/wwwroot/css/style.less +++ b/Website/wwwroot/css/style.less @@ -24,7 +24,7 @@ body { max-width: 1280px; min-height: 100%; margin: auto; - background: @Grey-100; + background: white; display: flex; flex-direction: column; }