v2
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user