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
"privacy policy " page's the dark mode toggle is unresponsive, leaving the site in light mode. Expected behavior includes a fixed navbar without overlap and a functional dark mode toggle. Possible fixes include CSS adjustments for spacing/z-index and reviewing JavaScript for dark mode application.
Proposed solution
adjust the CSS by adding margin or modifying the z-index to prevent content obstruction. For the dark mode issue, verify JavaScript event listeners for the toggle and ensure CSS variables for dark mode are correctly applied. Clear cache if changes don’t reflect immediately.
Record
I agree to follow this project's Code of Conduct
I'm a GSSOC'24 contributor
I want to work on this issue
The text was updated successfully, but these errors were encountered:
Thank you for creating this issue! 🎉 Your issue will soon be reviewed by either the PA or a mentor. Please note that Level 1 is temporary and can be changed during the review. In the meantime, please make sure to provide all the necessary details and context. If you have any questions or additional information, feel free to add them here. Your contributions are highly appreciated! 😊
You can also check our CONTRIBUTING.md for guidelines on contributing to this project.
Is there an existing issue for this?
Describe the code change
"privacy policy " page's the dark mode toggle is unresponsive, leaving the site in light mode. Expected behavior includes a fixed navbar without overlap and a functional dark mode toggle. Possible fixes include CSS adjustments for spacing/z-index and reviewing JavaScript for dark mode application.
Proposed solution
adjust the CSS by adding margin or modifying the z-index to prevent content obstruction. For the dark mode issue, verify JavaScript event listeners for the toggle and ensure CSS variables for dark mode are correctly applied. Clear cache if changes don’t reflect immediately.
Record
The text was updated successfully, but these errors were encountered: