Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update
Browse files
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 |
|