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
{{ message }}
This repository was archived by the owner on Jun 4, 2026. It is now read-only.
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.
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