idolezal commited on
Commit
11b4187
ยท
1 Parent(s): f83e2fa

Shift bolder font and border back to column "Average"

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -488,12 +488,12 @@ tr.row_odd {
488
  margin: 0px;
489
  }
490
 
491
- .leaderboard-table th:nth-child(5), .leaderboard-table td:nth-child(5) {
492
  border-right-width: 2px;
493
  border-right-color: var(--border-color-primary);
494
  }
495
 
496
- .leaderboard-table td:nth-child(5) p {
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