-
Notifications
You must be signed in to change notification settings - Fork 72
Description
Add Dark/Light Toggle on About Us Page
📌 Issue Summary
The About Us page currently does not support the dark/light theme toggle. A theme toggle should be added to allow users to switch between light and dark modes for better accessibility and user experience.
✅ Expected Behavior
A dark/light toggle button should be available on the About Us page.
Clicking the toggle should switch between light and dark themes.
The selected theme should persist using localStorage.
UI elements on the page should adapt properly to dark mode.
❌ Current Behavior
No theme toggle functionality is available on the About Us page.
Users cannot switch between light and dark modes.
🎯 Tasks to Complete
Add dark/light toggle button to the About Us page UI.
Implement JavaScript logic for switching themes.
Apply dark-mode styles for page elements.
Ensure theme preference persists using localStorage.
Test the page to confirm toggle works correctly.