t0-0 commited on
Commit
1813e0c
1 Parent(s): 61f2974

Apply model name fixing only to the leaderboard table

Browse files
Files changed (1) hide show
  1. style.css +4 -4
style.css CHANGED
@@ -45,7 +45,7 @@ table th:first-child {
45
  }
46
 
47
  @media(min-width: 700px){
48
- table td:nth-child(2) {
49
  left: 0;
50
  z-index: 1;
51
  position: sticky;
@@ -55,17 +55,17 @@ table th:first-child {
55
 
56
  @media(min-width: 700px),
57
  @media (prefers-color-scheme: light) {
58
- table td:nth-child(2) {
59
  background-color: rgba(255,255,255,0.9) !important;
60
  }
61
  }
62
 
63
  @media(min-width: 700px),
64
  @media (prefers-color-scheme: dark) {
65
- table td:nth-child(2) {
66
  background-color: rgba(52,65,86,0.9) !important;
67
  }
68
- table td a {
69
  color: white !important;
70
  }
71
  }
 
45
  }
46
 
47
  @media(min-width: 700px){
48
+ #leaderboard-table td:nth-child(2) {
49
  left: 0;
50
  z-index: 1;
51
  position: sticky;
 
55
 
56
  @media(min-width: 700px),
57
  @media (prefers-color-scheme: light) {
58
+ #leaderboard-table td:nth-child(2) {
59
  background-color: rgba(255,255,255,0.9) !important;
60
  }
61
  }
62
 
63
  @media(min-width: 700px),
64
  @media (prefers-color-scheme: dark) {
65
+ #leaderboard-table td:nth-child(2) {
66
  background-color: rgba(52,65,86,0.9) !important;
67
  }
68
+ #leaderboard-table td a {
69
  color: white !important;
70
  }
71
  }