🎨 (app) background color

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

View File

@@ -11,7 +11,9 @@
html {
overflow-y: auto;
background-color: var(--primary-color);
min-height: 100vh;
user-select: none;
}
body {