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