feat(#64): dark mode — semantic tokens, ThemeToggle, and UI fixes #65
@@ -183,4 +183,12 @@
|
|||||||
font-family: var(--font-sans);
|
font-family: var(--font-sans);
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Form controls — always use surface bg and ink text so they theme correctly */
|
||||||
|
input,
|
||||||
|
textarea,
|
||||||
|
select {
|
||||||
|
background-color: var(--c-surface);
|
||||||
|
color: var(--c-ink);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user