-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
Description
Description
The website currently only supports a light theme. Adding dark mode will improve usability for users in low-light environments.
Steps to Implement
- Define CSS variables for light and dark themes.
- Add a toggle switch to switch between themes.
- Store user preferences in local storage.
- Test the feature across all pages and devices.
Expected Outcome
Users can toggle between light and dark modes seamlessly.