set darker background

This commit is contained in:
Milan Pässler 2020-07-22 15:09:39 +02:00
parent 26d5671d58
commit 05039db12c
2 changed files with 2 additions and 2 deletions

View file

@ -30,7 +30,7 @@
<link rel="manifest" href="manifest.json">
<style>
body {
background-color: #444;
background-color: #2a2a2a;
min-height: 100vh;
overflow-x: hidden;
overflow-y: visible;

View file

@ -14,7 +14,7 @@ font-face {
html, body {
margin: 0;
font-family: Varela, sans-serif;
background-color: #444;
background-color: #2a2a2a;
min-height: 100vh;
overflow-x: hidden;
overflow-y: visible;