-
Notifications
You must be signed in to change notification settings - Fork 73
Closed
Labels
Description
Add Dark/Light Toggle on FAQ Page
π Issue Summary
The FAQ page currently does not include a dark/light theme toggle. Adding this feature will allow users to switch between light and dark modes for a better viewing experience.
β Expected Behavior
A dark/light toggle button should be available on the FAQ page.
Users should be able to switch between light and dark themes.
The selected theme should persist using localStorage.
All FAQ page elements should adapt properly in dark mode.
β Current Behavior
The FAQ page does not support theme switching.
Users cannot enable dark mode on this page.
π― Tasks to Complete
Add dark/light toggle button to the FAQ page.
Implement JavaScript logic to switch themes.
Add CSS styles for dark-mode.
Ensure theme preference persists using localStorage.
Test UI components for proper dark mode appearance.
Reactions are currently unavailable