commit d5b730439eea46e4d8358827761749c39c22ac1f
parent b95aaeb02a2a022daaae7a6ecaa788a8cb97c1d8
Author: Milan Pässler <me@pbb.lc>
Date: Wed, 22 Jul 2020 14:45:16 +0200
parent b95aaeb02a2a022daaae7a6ecaa788a8cb97c1d8
Author: Milan Pässler <me@pbb.lc>
Date: Wed, 22 Jul 2020 14:45:16 +0200
new color scheme
2 files changed, 4 insertions(+), 5 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: #17212e; + background-color: #444; 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: #17212e; + background-color: #444; min-height: 100vh; overflow-x: hidden; overflow-y: visible; @@ -26,10 +26,10 @@ a { header { position: relative; - box-shadow: 0 0 15px rgba(0, 0, 0, .6); color: white; padding: 0 0 0 9vw; - background-color: #43a007; + background-color: #555; + bottom-border: 1px solid rgba(255, 255, 255, .3); } .row { @@ -507,7 +507,6 @@ tbody tr:hover td { table { box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .4); - border-radius: 5px; overflow: hidden; border: none; margin: 50px auto;