You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When we enable dark mode , it works only on the navigation bar and no on the whole website
Expected behavior
To ensure dark mode applies to the entire website rather than just the navigation bar, implement a CSS class for dark mode that styles the body and main containers, allowing them to change background and text colors. Use JavaScript to toggle this class on the body and relevant components when a user activates dark mode. Additionally, store the user's preference in localStorage to maintain the setting across sessions, ensuring a consistent experience throughout the website.
Add ScreenShots
What browsers are you seeing the problem on?
No response
Record
I have read the Contributing Guidelines
I'm a GSSOC'24EXTD contributor
I have starred the repository
The text was updated successfully, but these errors were encountered:
Hi there! Thanks for opening this issue @Suhani180!. We appreciate your contribution to this open-source project. We aim to respond or assign your issue as soon as possible.
Hi there! Thank you for the warm welcome! I’m excited to contribute to this open-source project and can’t wait to collaborate with the team. I look forward to your response and am eager to help make this project even better!
Is there an existing issue for this?
Describe the bug
When we enable dark mode , it works only on the navigation bar and no on the whole website
Expected behavior
To ensure dark mode applies to the entire website rather than just the navigation bar, implement a CSS class for dark mode that styles the body and main containers, allowing them to change background and text colors. Use JavaScript to toggle this class on the body and relevant components when a user activates dark mode. Additionally, store the user's preference in localStorage to maintain the setting across sessions, ensuring a consistent experience throughout the website.
Add ScreenShots
What browsers are you seeing the problem on?
No response
Record
The text was updated successfully, but these errors were encountered: