[TASK] style highscore list

This commit is contained in:
Marie Birner
2025-08-02 20:18:35 +02:00
parent bda1b53ba1
commit abf563a830
3 changed files with 41 additions and 8 deletions

View File

@@ -19,6 +19,33 @@ h1 {
text-align: center;
}
.font-headline {
font-family: 'Rubik Doodle Shadow', sans-serif;
}
.rank {
font-size: clamp(2rem, 1.875rem + 2vw, 3rem);
margin-right: 1rem;
}
ul.iterated {
padding-left: unset;
}
ul.iterated > li {
list-style-type: none;
display: flex;
justify-content: space-between;
align-items: flex-end;
border-bottom: 3px solid white;
}
ul.iterated > li:nth-of-type(even) {
}
ul.iterated > li:nth-of-type(odd) {
}
header a {
padding: 0.5rem;
line-height: 1.75;