-
Notifications
You must be signed in to change notification settings - Fork 33
Open
Description
Description:
Currently, SkinSense only supports a light theme. Adding a Dark Mode toggle will improve usability for users who prefer darker interfaces, reduce eye strain, and modernize the UI.
Proposed Solution:
Add a dark mode toggle button (moon/sun icon) in the navigation bar or footer.
Use CSS variables to switch between light and dark themes.
Store user preference in localStorage so it persists across sessions.
Expected Outcome:
Users can switch between Light and Dark themes easily.
The choice is saved and persists after reload or navigation.
Consistent theme across all pages (index.html, login.html, dashboard.html, etc.).
Can you assign this issue to me?
Metadata
Metadata
Assignees
Labels
No labels