From 8051743fcb8f84ca452b3ea7ca7fc89502da238e 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 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/styles/index.scss b/src/styles/index.scss index f408fad..e8faab0 100644 --- a/src/styles/index.scss +++ b/src/styles/index.scss @@ -11,11 +11,14 @@ html { overflow-y: auto; + background-color: $primary; min-height: 100vh; + user-select: none; } body { background-color: white; + min-height: 100vh; padding: 15px 0 0; }