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 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.
Add screenshots
Before Fix:
After Fix:
Code of Conduct