Skip to content

[BUG]: .text-glow CSS rule at line 1178 overrides dark-mode neon glow globally — removed duplicate#991

Merged
Somil450 merged 1 commit into
Somil450:mainfrom
vipul674:fix/936-text-glow-css-override
Jul 9, 2026
Merged

[BUG]: .text-glow CSS rule at line 1178 overrides dark-mode neon glow globally — removed duplicate#991
Somil450 merged 1 commit into
Somil450:mainfrom
vipul674:fix/936-text-glow-css-override

Conversation

@vipul674

Copy link
Copy Markdown
Contributor

Description

Two competing .text-glow declarations exist in src/index.css. The one at line 1178 was NOT scoped to a theme, so it globally overrode the cyan dark-mode glow (0,0 20px rgba(0,240,255,0.7)) with a weaker blue shadow.

Fix

Removed the duplicate unscoped .text-glow rule at line 1178. The properly scoped version at line 1106 ([data-theme-style="light"] .text-glow) already handles light mode.

Closes #936

Unscoped .text-glow at line 1178 overrode the dark-mode cyan glow
(rgba(0,240,255,0.7)) globally with a weaker blue shadow. Removed
the duplicate since the light-theme scoped version already exists.

Closes Somil450#936
@vercel

vercel Bot commented Jun 27, 2026

Copy link
Copy Markdown

@vipul674 is attempting to deploy a commit to the somiljain2024-4175's projects Team on Vercel.

A member of the Team first needs to authorize it.

@vipul674

Copy link
Copy Markdown
Contributor Author

@Somil450 Please review this PR.

@Somil450 Somil450 self-requested a review July 9, 2026 13:51
@Somil450 Somil450 added gssoc-26 Marks GSSoC issues gssoc:approved Officially reviewed and approved GSSoC contribution ready for scoring mentor:Somil450 Reviewed and mentored by Somil450 for GSSoC contribution tracking. level:intermediate Moderate complexity requiring good understanding of project structure and implementation. mentor-approved type:bug labels Jul 9, 2026
@Somil450 Somil450 merged commit 1ab6dac into Somil450:main Jul 9, 2026
0 of 10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

gssoc:approved Officially reviewed and approved GSSoC contribution ready for scoring gssoc-26 Marks GSSoC issues level:intermediate Moderate complexity requiring good understanding of project structure and implementation. mentor:Somil450 Reviewed and mentored by Somil450 for GSSoC contribution tracking. mentor-approved type:bug

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[BUG]: .text-glow CSS rule at line 1178 overrides dark-mode neon glow globally — light-theme blue glow visible in dark mode

2 participants