Description
The /docs page currently follows the global theme. Add a standalone dark/light mode toggle button to the docs page for better reading experience.
Where to Look
src/app/docs/page.tsx — docs page component
src/contexts/ThemeContext.tsx — existing theme provider
Acceptance Criteria
- Toggle button visible on
/docs page
- Respects system preference on first load
- Persists choice in localStorage
Difficulty
Beginner — React state + Tailwind dark mode classes.
Description
The
/docspage currently follows the global theme. Add a standalone dark/light mode toggle button to the docs page for better reading experience.Where to Look
src/app/docs/page.tsx— docs page componentsrc/contexts/ThemeContext.tsx— existing theme providerAcceptance Criteria
/docspageDifficulty
Beginner — React state + Tailwind dark mode classes.