[TASK] style highscore list

This commit is contained in:
Marie Birner
2025-08-02 20:55:38 +02:00
parent 88b13e215c
commit 433fba25eb
3 changed files with 32 additions and 8 deletions

View File

@@ -24,10 +24,14 @@ h1 {
}
.rank {
font-size: clamp(2rem, 1.875rem + 2vw, 3rem);
font-size: clamp(2rem, 1.875rem + 2vw, 2.5rem);
margin-right: 1rem;
}
.cam {
font-size: 1.3rem;
}
ul.iterated {
padding-left: unset;
}
@@ -40,10 +44,16 @@ ul.iterated > li {
border-bottom: 3px solid white;
}
ul.iterated > li:nth-of-type(even) {
:host(:not([data-theme=dark])), :root:not([data-theme=dark]), [data-theme=light] ul.iterated > li {
border-bottom: 3px solid black;
}
ul.iterated > li:nth-of-type(odd) {
/* Header */
#theme_switcher {
width: 20px;
height: 20px;
display: inline-block;
}
header a {