Spaces:
Running
Running
Shift bolder font and border back to column "Average"
Browse files
app.py
CHANGED
@@ -488,12 +488,12 @@ tr.row_odd {
|
|
488 |
margin: 0px;
|
489 |
}
|
490 |
|
491 |
-
.leaderboard-table th:nth-child(
|
492 |
border-right-width: 2px;
|
493 |
border-right-color: var(--border-color-primary);
|
494 |
}
|
495 |
|
496 |
-
.leaderboard-table td:nth-child(
|
497 |
font-weight: bolder;
|
498 |
}
|
499 |
|
|
|
488 |
margin: 0px;
|
489 |
}
|
490 |
|
491 |
+
.leaderboard-table th:nth-child(9), .leaderboard-table td:nth-child(9) {
|
492 |
border-right-width: 2px;
|
493 |
border-right-color: var(--border-color-primary);
|
494 |
}
|
495 |
|
496 |
+
.leaderboard-table td:nth-child(9) p {
|
497 |
font-weight: bolder;
|
498 |
}
|
499 |
|