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
Expected Behavior: The image on the FAQ page should be visible in both light and dark mode without any issues.
Actual Behavior: The image is not visible in dark mode due to the blending issue caused by the mix-blend-mode: multiply; CSS property.
Steps to Reproduce
Go to the FAQ page.
Enable dark mode.
Observe the image visibility—it's not visible when dark mode is active.
Expected Behavior
The image should be visible regardless of the mode (light or dark) without any blending issues, and should be clearly visible when dark mode is turned on.
Screenshots/Logs
Dark Mode: The image is not visible when the page is viewed in dark mode. This issue is likely caused by the mix-blend-mode: multiply; property that makes the image blend into the background, causing it to be nearly invisible.
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
mix-blend-mode: multiply;
CSS property.Steps to Reproduce
Expected Behavior
The image should be visible regardless of the mode (light or dark) without any blending issues, and should be clearly visible when dark mode is turned on.
Screenshots/Logs
mix-blend-mode: multiply;
property that makes the image blend into the background, causing it to be nearly invisible.Additional Information
The text was updated successfully, but these errors were encountered: