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
We need to improve the readability of the "Chat with ArthaSathi 💬" button in the privacy-policy.html page when dark mode is enabled. The button's text is currently unreadable because the color: white; style is missing, which is already applied on other pages like index.html. Adding this style will make the button text visible and consistent across the site in dark mode.
👋 Thanks for opening this issue! We appreciate your contribution. Please make sure you’ve provided all the necessary details and screenshots, and don't forget to follow our Guidelines and Code of Conduct. Happy coding! 🚀
What's the style idea?
We need to improve the readability of the "Chat with ArthaSathi 💬" button in the
privacy-policy.html
page when dark mode is enabled. The button's text is currently unreadable because thecolor: white;
style is missing, which is already applied on other pages likeindex.html
. Adding this style will make the button text visible and consistent across the site in dark mode.Add screenshots
Before Fix:
After Fix:
Code of Conduct
The text was updated successfully, but these errors were encountered: