Skip to content

🐞[Bug]: Dark Mode Styling Issues on /our-sponsors and /blogs Pages #218

@abhishekkalme

Description

@abhishekkalme

Is there an existing issue for this?

  • I have searched the existing issues

Describe the bug

There are dark mode styling inconsistencies on the following pages:

  • /our-sponsors
  • /blogs

These issues include:

  • Incorrect text color contrast (e.g., dark text on dark background).
  • Hardcoded light/dark styling that ignores the user's selected theme.
  • Missing Tailwind dark: variants for background, text, and borders.
  • Inconsistent appearance when switching between light and dark mode.

Expected behavior

Both pages should:

  • Dynamically adapt to the selected color mode using useColorMode or Tailwind's dark: utilities.
  • Maintain proper contrast and readability across light and dark themes.
  • Avoid hardcoded color classes that override theme behavior.

Add ScreenShots

Image Image Image

What browsers are you seeing the problem on?

Chrome

Record

  • I have read the Contributing Guidelines
  • Are you a GSSOC'25 contributor
  • I want to work on this issue

Metadata

Metadata

Assignees

Type

Projects

Status

Done

Relationships

None yet

Development

No branches or pull requests

Issue actions