This commit is contained in:
Daniel Brendel
2022-09-08 12:02:23 +02:00
parent 3edc2c4f0e
commit b02e52feef
15 changed files with 528 additions and 166 deletions

View File

@ -109,6 +109,14 @@ body {
background-color: rgb(200, 200, 200);
}
.stats-input {
padding: 8px;
color: rgb(50, 50, 50);
background-color: rgb(200, 200, 200);
border: 1px solid rgb(100, 100, 100);
border-radius: 5px;
}
.scroll-to-top {
position: fixed;
z-index: 3;