feat: dark/light theme toggle (#18) #38

Merged
shahondin1624 merged 1 commits from feature/issue-18-dark-theme into main 2026-03-12 13:04:57 +01:00

1 Commits

Author SHA1 Message Date
shahondin1624
60f3d8eeda feat: add dark/light theme toggle with system preference support (#18)
Add theme switching with three modes (system/light/dark) using Tailwind v4
class-based dark mode. Theme preference is persisted in localStorage and
defaults to the system's prefers-color-scheme. All components updated with
dark: variants for consistent dark mode rendering including SVG elements.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-12 12:54:04 +01:00