idolezal commited on
Commit
375e927
β€’
1 Parent(s): 618e91b

Bolder font-weight of data in "Average" column

Browse files
Files changed (1) hide show
  1. app.py +4 -0
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;