fix initial time, add about page, set logo as background
This commit is contained in:
14
shtclck.css
14
shtclck.css
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user