diff --git a/src/app.css b/src/app.css index d6bb39d5..c311db8b 100644 --- a/src/app.css +++ b/src/app.css @@ -137,6 +137,37 @@ html.light { color-scheme: light; } } } +/* ============================================================ + * Global dark mode fix for Skeleton UI form elements. + * + * Skeleton v3 form classes (.input, .select, .textarea) do not + * include dark mode styles — browser renders them light even when + * html.dark is active, producing white text on white backgrounds. + * + * This eliminates the need for per-component