From f95b029a0b3a43ea620470484939ceddf2aae2c6 Mon Sep 17 00:00:00 2001 From: Julien Calixte Date: Tue, 17 Dec 2019 21:21:58 +0100 Subject: [PATCH] :art: (app) remove blue 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 e8faab0..a60b620 100644 --- a/src/styles/index.scss +++ b/src/styles/index.scss @@ -11,7 +11,6 @@ html { overflow-y: auto; - background-color: $primary; min-height: 100vh; user-select: none; }