Spaces:
Running
Running
Commit
·
45adebd
1
Parent(s):
69d6c33
Update styling
Browse files- Templates/index.html +3 -11
Templates/index.html
CHANGED
@@ -140,13 +140,11 @@
|
|
140 |
}
|
141 |
|
142 |
.highlight {
|
143 |
-
background: rgb(
|
144 |
-
border: 2px solid rgb(
|
145 |
border-radius: 10px !important;
|
146 |
}
|
147 |
-
|
148 |
-
border: 2px solid rgb(0, 0, 0) !important;
|
149 |
-
}
|
150 |
.force-repaint { transform: translateZ(0); }
|
151 |
|
152 |
.hidden {
|
@@ -259,9 +257,6 @@
|
|
259 |
}
|
260 |
|
261 |
@media screen and (max-width: 768px) {
|
262 |
-
.winner-wrapper, .over-under-wrapper{
|
263 |
-
display: contents;
|
264 |
-
}
|
265 |
.winner-image {
|
266 |
margin: auto;
|
267 |
}
|
@@ -271,9 +266,6 @@
|
|
271 |
.table-div{
|
272 |
overflow-x: scroll;
|
273 |
}
|
274 |
-
.cell-highlight {
|
275 |
-
border: 2px solid rgb(50, 50, 50) !important;
|
276 |
-
}
|
277 |
}
|
278 |
|
279 |
</style>
|
|
|
140 |
}
|
141 |
|
142 |
.highlight {
|
143 |
+
background: rgb(30, 30, 30) !important;
|
144 |
+
border: 2px solid rgb(30, 30, 30) !important;
|
145 |
border-radius: 10px !important;
|
146 |
}
|
147 |
+
|
|
|
|
|
148 |
.force-repaint { transform: translateZ(0); }
|
149 |
|
150 |
.hidden {
|
|
|
257 |
}
|
258 |
|
259 |
@media screen and (max-width: 768px) {
|
|
|
|
|
|
|
260 |
.winner-image {
|
261 |
margin: auto;
|
262 |
}
|
|
|
266 |
.table-div{
|
267 |
overflow-x: scroll;
|
268 |
}
|
|
|
|
|
|
|
269 |
}
|
270 |
|
271 |
</style>
|