From 37a903ae53f1acc5a2c51d00064515f7286e10ba Mon Sep 17 00:00:00 2001 From: Julien Calixte Date: Tue, 17 Dec 2019 21:22:41 +0100 Subject: [PATCH] :art: (app) remove primary color background for now --- src/styles/index.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/src/styles/index.scss b/src/styles/index.scss index 7713c27..a60b620 100644 --- a/src/styles/index.scss +++ b/src/styles/index.scss @@ -11,7 +11,6 @@ html { overflow-y: auto; - background-color: var(--primary-color); min-height: 100vh; user-select: none; }