-
Notifications
You must be signed in to change notification settings - Fork 72
Description
Add Dark/Light Toggle on Blog Page
📌 Issue Summary
The Blog page currently does not support a dark/light theme toggle. Adding this feature will allow users to switch between light and dark modes, improving accessibility and user experience.
✅ Expected Behavior
A dark/light toggle button should be available on the Blog page.
Users should be able to switch between light and dark themes.
The selected theme should persist using localStorage.
All blog page elements should adapt correctly to dark mode.
❌ Current Behavior
The Blog page does not have a dark/light toggle feature.
Users cannot enable dark mode on this page.
🎯 Tasks to Complete
Add dark/light toggle button to the Blog page.
Implement JavaScript logic for theme switching.
Add dark-mode CSS styles for blog components.
Ensure theme preference persists using localStorage.
Test UI elements to confirm proper dark mode appearance.