Commit
·
a5c7b22
1
Parent(s):
955b536
28. Sept. 2024, 19:59
Browse files- _res/_custom.css +6 -7
_res/_custom.css
CHANGED
@@ -52,18 +52,17 @@ div.tabs div.tabitem {
|
|
52 |
border-radius: var(--container-radius) !important;
|
53 |
padding: 0 !important;
|
54 |
}
|
|
|
55 |
|
56 |
-
|
57 |
-
|
58 |
|
59 |
-
|
60 |
-
|
61 |
-
|
62 |
-
}
|
63 |
}
|
64 |
}
|
65 |
|
66 |
-
|
67 |
.top-description h1 {
|
68 |
color: var(--neutral-400);
|
69 |
font-size: 2rem;
|
|
|
52 |
border-radius: var(--container-radius) !important;
|
53 |
padding: 0 !important;
|
54 |
}
|
55 |
+
}
|
56 |
|
57 |
+
.radioradio-btn-group {
|
58 |
+
transition: color .2s ease-in-out, background .2s ease-in-out;
|
59 |
|
60 |
+
& label:has(input[type="radio"]:checked),
|
61 |
+
label:has(input[type="radio"]:not(:checked)):hover {
|
62 |
+
color: var(--neutral-900) !important;
|
|
|
63 |
}
|
64 |
}
|
65 |
|
|
|
66 |
.top-description h1 {
|
67 |
color: var(--neutral-400);
|
68 |
font-size: 2rem;
|