🐛 Bug Description
When the website is toggled to Dark Mode, several text elements across all pages(Home, Search, Local Guidance, etc.) remain in dark color and do not contrast sufficiently against the dark background. This makes the content nearly invisible and unreadable.
🔁 Steps to Reproduce
Steps to reproduce the behavior:
- Go to 'https://sumitrathor.rf.gd/nearby/.'
- Click on 'Dark Mode' (moon icon)
- Navigate between Home and Search pages.
- Observe that text in the above sections is light and bottom cards remain dark and unreadable.
✅ Expected Behavior
The global CSS should detect the dark-mode class and update the text color variables to a lighter shade to ensure readability on all pages.
📸 Screenshots
📌 Additional Context
I plan to implement CSS variables that switch values based on the .dark-mode class in the global stylesheet. This will provide a scalable fix rather than hardcoding colors on indivisual pages.
Please assign this to me!
🐛 Bug Description
When the website is toggled to Dark Mode, several text elements across all pages(Home, Search, Local Guidance, etc.) remain in dark color and do not contrast sufficiently against the dark background. This makes the content nearly invisible and unreadable.
🔁 Steps to Reproduce
Steps to reproduce the behavior:
✅ Expected Behavior
The global CSS should detect the dark-mode class and update the text color variables to a lighter shade to ensure readability on all pages.
📸 Screenshots
📌 Additional Context
I plan to implement CSS variables that switch values based on the .dark-mode class in the global stylesheet. This will provide a scalable fix rather than hardcoding colors on indivisual pages.
Please assign this to me!