Skip to content

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

@akshay0611

Description

@akshay0611

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions