Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BUG: Image Visibility Issue in Dark Mode on FAQ Page #3334

Open
5 of 6 tasks
akshay0611 opened this issue Nov 24, 2024 · 1 comment · May be fixed by #3335
Open
5 of 6 tasks

BUG: Image Visibility Issue in Dark Mode on FAQ Page #3334

akshay0611 opened this issue Nov 24, 2024 · 1 comment · May be fixed by #3335

Comments

@akshay0611
Copy link
Contributor

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

  1. Go to the FAQ page.
  2. Enable dark mode.
  3. 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.
Screenshot 2024-11-24 at 6 16 36 PM

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
Copy link

👋 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! 🚀

@akshay0611 akshay0611 linked a pull request Nov 24, 2024 that will close this issue
5 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant