Update templates/index.html
Browse files- templates/index.html +3 -1
templates/index.html
CHANGED
|
@@ -474,7 +474,9 @@
|
|
| 474 |
}
|
| 475 |
|
| 476 |
.opt-card:hover::before { transform: scaleX(1); }
|
| 477 |
-
|
|
|
|
|
|
|
| 478 |
.opt-radio:checked + .opt-card {
|
| 479 |
border-color: var(--blue);
|
| 480 |
background: var(--blue-pale);
|
|
|
|
| 474 |
}
|
| 475 |
|
| 476 |
.opt-card:hover::before { transform: scaleX(1); }
|
| 477 |
+
.opt-radio {
|
| 478 |
+
display: none;
|
| 479 |
+
}
|
| 480 |
.opt-radio:checked + .opt-card {
|
| 481 |
border-color: var(--blue);
|
| 482 |
background: var(--blue-pale);
|