-
-
Notifications
You must be signed in to change notification settings - Fork 397
Open
Description
Preliminary Check
- I have searched the existing issues
- This issue is reproducible
Bug Summary
- 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
Metadata
Metadata
Assignees
Labels
No labels