Problem
The app has no dark mode. Given the target audience skews developer,
dark mode is a frequently expected feature and Tailwind v4 makes it
straightforward to implement.
Proposed Solution
Implement dark mode using Tailwind's dark: variant and a theme toggle
stored in localStorage or a cookie.
Acceptance Criteria
Labels
enhancement
Problem
The app has no dark mode. Given the target audience skews developer,
dark mode is a frequently expected feature and Tailwind v4 makes it
straightforward to implement.
Proposed Solution
Implement dark mode using Tailwind's
dark:variant and a theme togglestored in localStorage or a cookie.
Acceptance Criteria
dark:variants for backgrounds, text, and bordersprefers-color-schemeLabels
enhancement