hysts HF staff commited on
Commit
e88ac0b
·
1 Parent(s): 1813e0c

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +2 -5
style.css CHANGED
@@ -52,16 +52,13 @@ table th:first-child {
52
  border-right: solid rgba(0,0,0,0.1) !important;
53
  }
54
  }
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
  }
 
52
  border-right: solid rgba(0,0,0,0.1) !important;
53
  }
54
  }
55
+ @media (min-width: 700px) and (prefers-color-scheme: light) {
 
 
56
  #leaderboard-table td:nth-child(2) {
57
  background-color: rgba(255,255,255,0.9) !important;
58
  }
59
  }
60
 
61
+ @media (min-width: 700px) and (prefers-color-scheme: dark) {
 
62
  #leaderboard-table td:nth-child(2) {
63
  background-color: rgba(52,65,86,0.9) !important;
64
  }