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">
<style>
body {
background-color: #17212e;
background-color: #444;
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: #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;