From 7a5daf4aad9f914acbf245dde71e4728b1f65aa5 Mon Sep 17 00:00:00 2001 From: Julien Calixte Date: Sun, 1 Dec 2019 01:54:42 +0100 Subject: [PATCH] :art: (app) background color --- src/styles/index.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/styles/index.scss b/src/styles/index.scss index f408fad..a8b9f2c 100644 --- a/src/styles/index.scss +++ b/src/styles/index.scss @@ -11,7 +11,9 @@ html { overflow-y: auto; + background-color: var(--primary-color); min-height: 100vh; + user-select: none; } body {