The website currently supports only dark mode. There is no option available for users to switch to a light theme.
Steps to Observe
- Open the website
- Navigate through the homepage and other sections
- Observe that only dark theme is available
- No toggle/button exists for switching to light mode
Expected Behavior
Users should have the option to switch between dark mode and light mode according to their preference.
Current Behavior
The website is restricted to dark mode only.
Suggested Improvement
Implement a theme toggle (Dark/Light mode) using CSS variables or theme state management for better accessibility and user experience.
The website currently supports only dark mode. There is no option available for users to switch to a light theme.
Steps to Observe
Expected Behavior
Users should have the option to switch between dark mode and light mode according to their preference.
Current Behavior
The website is restricted to dark mode only.
Suggested Improvement
Implement a theme toggle (Dark/Light mode) using CSS variables or theme state management for better accessibility and user experience.