new color scheme

This commit is contained in:
Milan Pässler 2020-07-22 14:45:16 +02:00
parent b95aaeb02a
commit d5b730439e
2 changed files with 4 additions and 5 deletions

View file

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

View file

@ -14,7 +14,7 @@ font-face {
html, body { html, body {
margin: 0; margin: 0;
font-family: Varela, sans-serif; font-family: Varela, sans-serif;
background-color: #17212e; background-color: #444;
min-height: 100vh; min-height: 100vh;
overflow-x: hidden; overflow-x: hidden;
overflow-y: visible; overflow-y: visible;
@ -26,10 +26,10 @@ a {
header { header {
position: relative; position: relative;
box-shadow: 0 0 15px rgba(0, 0, 0, .6);
color: white; color: white;
padding: 0 0 0 9vw; padding: 0 0 0 9vw;
background-color: #43a007; background-color: #555;
bottom-border: 1px solid rgba(255, 255, 255, .3);
} }
.row { .row {
@ -507,7 +507,6 @@ tbody tr:hover td {
table { table {
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .4); box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .4);
border-radius: 5px;
overflow: hidden; overflow: hidden;
border: none; border: none;
margin: 50px auto; margin: 50px auto;