🎨 (app) background color

This commit is contained in:
Julien Calixte
2019-12-01 01:54:42 +01:00
parent 61f54d933f
commit 8051743fcb

View File

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