Spaces:
Runtime error
Runtime error
Bolder font-weight of data in "Average" column
Browse files
app.py
CHANGED
@@ -215,6 +215,10 @@ footer {visibility: hidden}
|
|
215 |
background-color: inherit;
|
216 |
}
|
217 |
|
|
|
|
|
|
|
|
|
218 |
.leaderboard-table th:nth-child(5)::after, .leaderboard-table td:nth-child(5)::after {
|
219 |
box-shadow: inset 5px 0px 4px -4px var(--border-color-primary);
|
220 |
position: absolute;
|
|
|
215 |
background-color: inherit;
|
216 |
}
|
217 |
|
218 |
+
.leaderboard-table td:nth-child(5) p {
|
219 |
+
font-weight: bolder;
|
220 |
+
}
|
221 |
+
|
222 |
.leaderboard-table th:nth-child(5)::after, .leaderboard-table td:nth-child(5)::after {
|
223 |
box-shadow: inset 5px 0px 4px -4px var(--border-color-primary);
|
224 |
position: absolute;
|