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; }