-
Notifications
You must be signed in to change notification settings - Fork 109
Description
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



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
Labels
Type
Projects
Status
Done