Commit ·
43e60b5
1
Parent(s): 264ac6e
29. Sept. 2024, 05:05
Browse files- _res/_custom.css +2 -2
_res/_custom.css
CHANGED
|
@@ -48,7 +48,7 @@ div.tabs div.tabitem {
|
|
| 48 |
|
| 49 |
#input_column div.tabs>div.tab-nav>button {
|
| 50 |
color: var(--neutral-50) !important;
|
| 51 |
-
background: var(--neutral-
|
| 52 |
opacity: 0.7 !important;
|
| 53 |
min-width: 145px !important;
|
| 54 |
}
|
|
@@ -196,7 +196,7 @@ label.selected.svelte-1k4wjf2.svelte-1k4wjf2.svelte-1k4wjf2 {
|
|
| 196 |
}
|
| 197 |
|
| 198 |
& p {
|
| 199 |
-
color: var(--primary-
|
| 200 |
line-height: 1.5 !important;
|
| 201 |
font-size: 1.25rem !important;
|
| 202 |
|
|
|
|
| 48 |
|
| 49 |
#input_column div.tabs>div.tab-nav>button {
|
| 50 |
color: var(--neutral-50) !important;
|
| 51 |
+
background: var(--neutral-800) !important;
|
| 52 |
opacity: 0.7 !important;
|
| 53 |
min-width: 145px !important;
|
| 54 |
}
|
|
|
|
| 196 |
}
|
| 197 |
|
| 198 |
& p {
|
| 199 |
+
color: var(--primary-800) !important;
|
| 200 |
line-height: 1.5 !important;
|
| 201 |
font-size: 1.25rem !important;
|
| 202 |
|