fix initial time, add about page, set logo as background

This commit is contained in:
Frank Schwenk
2022-03-26 11:09:21 +01:00
parent 58cd5cc5de
commit 247c8999c0
3 changed files with 58 additions and 5 deletions

View File

@@ -1,4 +1,8 @@
/* generics */
a, a:visited {
color: #f12f12;
font-size: 15vh;
}
body {
background-color: black;
color: #f12f12;
@@ -101,11 +105,19 @@ td {
margin: 5vh;
}
.settings-inputs td {
width: 50%;
}
#logo {
position: fixed;
z-index: -1;
bottom: -29vh;
right: -5vw;
height: 120vh;
opacity: 0.3;
}
/* helpers */
.invisible {
display: none !important;