[TASK] style highscore list
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user