commit 05039db12c1b92203d87d115b289bf28370426ed
parent 26d5671d587a656c2cb42e84ef991d522d32dfc7
Author: Milan Pässler <me@pbb.lc>
Date: Wed, 22 Jul 2020 15:09:39 +0200
parent 26d5671d587a656c2cb42e84ef991d522d32dfc7
Author: Milan Pässler <me@pbb.lc>
Date: Wed, 22 Jul 2020 15:09:39 +0200
set darker background
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/client/index.html b/client/index.html @@ -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;
diff --git a/client/style.css b/client/style.css @@ -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;