Skip to content

[Enhancement] Adapt "How it works" text color for Light Mode theme #73

@nitishchaubeyy

Description

@nitishchaubeyy

Is your feature request related to a problem?

I noticed a UI inconsistency that affects the visual experience. When using Light Mode, the text "Ready to climb? Link your profile, start coding, and watch your developer standings rise!" in the "How it works" section remains dark. It clashes with the light background and breaks the theme consistency.

Describe the solution you'd like

Update the Tailwind CSS classes for this specific text block to use dynamic theme variables (e.g., replacing hardcoded colors with text-slate-800 dark:text-slate-100). This will ensure the text seamlessly adapts when toggling between light and dark modes. I would love to be assigned to fix this.

Describe alternatives you've considered

N/A - Using Tailwind's dark mode variants is the standard approach for this project.

Mockups/Screenshots

No response

Before submitting

Metadata

Metadata

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions