forked from 0xWheatyz/SPARC
Implement dark mode using Tailwind dark variant #196
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Context
Tailwind is configured in the frontend but no
dark:variant classes are applied. Users who prefer dark mode get no visual accommodation.Work
darkMode: 'class'(or'media') strategy intailwind.config.js.darkclass on the<html>element and persists the preference inlocalStorage.dark:variant classes to all main UI components (backgrounds, text, borders, cards).Acceptance Criteria
References
Roadmap: P2 — Frontend — No dark mode.
Closing: this was implemented in PR #57 (feat: add dark/light mode toggle with localStorage persistence), already merged to main.