The dashboard is dark-only (ui/src/style.css). Add a light palette driven by prefers-color-scheme, with a manual toggle in the header persisted to localStorage.
Done when: both themes are readable (check the status dots and error red against both backgrounds).
The dashboard is dark-only (
ui/src/style.css). Add a light palette driven byprefers-color-scheme, with a manual toggle in the header persisted to localStorage.Done when: both themes are readable (check the status dots and error red against both backgrounds).