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
The text entered in the form input fields (e.g., "Your Name" or "Your Email") on the FAQ page is not visible due to the text color being set to white (#ffffff), which blends into the white background (background-color: white). When users type in the fields, the text remains invisible. This is not expected behavior as the text should always be visible.
Steps to Reproduce
Navigate to the FAQ page with the form.
Click inside the "Your Name" or "Your Email" input field.
Type text into the input field.
Notice that the text is invisible because it is white and blends with the white background.
Expected Behavior
The text should be visible when typed, regardless of the background color. For visibility, a dark text color should be used.
Screenshots/Logs
A screenshot showing the input fields with invisible text
Additional Information
I agree to follow this project's Code of Conduct
I'm a GSSOC'24 contributor
I want to work on this issue
I can provide more details if needed
The text was updated successfully, but these errors were encountered:
👋 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! 🚀
Preliminary Check
Bug Summary
The text entered in the form input fields (e.g., "Your Name" or "Your Email") on the FAQ page is not visible due to the text color being set to white (
#ffffff
), which blends into the white background (background-color: white
). When users type in the fields, the text remains invisible. This is not expected behavior as the text should always be visible.Steps to Reproduce
Expected Behavior
The text should be visible when typed, regardless of the background color. For visibility, a dark text color should be used.
Screenshots/Logs
A screenshot showing the input fields with invisible text
Additional Information
The text was updated successfully, but these errors were encountered: