The frontend currently uses a fixed dark theme. Adding a theme toggle would improve usability.
Approach:
- Add a toggle button in the header
- Use CSS custom properties for theming
- Persist preference in localStorage
- Respect `prefers-color-scheme` as default
The frontend currently uses a fixed dark theme. Adding a theme toggle would improve usability.
Approach: