hysts HF staff commited on
Commit
9d3cb9f
·
1 Parent(s): 5167e2b
Files changed (1) hide show
  1. style.css +2 -2
style.css CHANGED
@@ -45,12 +45,12 @@ table th:first-child {
45
  left: 0;
46
  z-index: 1;
47
  position: sticky;
48
- border-right: solid rgba(0,0,0,0.1) !important;
49
  }
50
  }
51
  @media (min-width: 700px) and (prefers-color-scheme: light) {
52
  #leaderboard-table td:nth-child(2) {
53
- background-color: rgba(255,255,255,0.9) !important;
54
  }
55
  }
56
 
 
45
  left: 0;
46
  z-index: 1;
47
  position: sticky;
48
+ border-right: solid rgba(0, 0, 0, 0.1) !important;
49
  }
50
  }
51
  @media (min-width: 700px) and (prefers-color-scheme: light) {
52
  #leaderboard-table td:nth-child(2) {
53
+ background-color: rgba(255, 255, 255, 0.9) !important;
54
  }
55
  }
56