This commit is contained in:
2020-11-09 02:20:43 +01:00
parent 5d7795b3da
commit a161826a37
12 changed files with 347 additions and 227 deletions

View File

@ -3,8 +3,6 @@ body {
font-family: sans-serif;
color: white;
background: #222;
width: 100%;
height: 100%;
}
h1 {
@ -208,6 +206,34 @@ a {
}
#credits {
width: max-content;
font-size: 0.8em;
gap: 0.8em;
}
#leaderboard {
min-width: 25%;
margin: auto;
text-align: center;
border-top: 1px solid white;
caption-side: top;
}
#leaderboard caption {
color: white;
}
#leaderboard td {
border: 0 !important;
}
#leaderboard td:first-child {
text-align: left;
}
#leaderboard td:last-child {
text-align: right;
}