Problem
The spotlight title gradient override in light mode had low specificity, which may have caused styling issues.
Code Reference
The problematic code was in assets/css/styles.css at lines 1437-1445, where the class .card-theme-light .template-spotlight .main-repo-title was changed to .card.card-theme-light .template-spotlight .main-repo-title with added !important flags.
Suggested Fix
No action required, as the change was intended to increase specificity and fix the styling issue.
Permalink
|
color: var(--tc, #3fb950); |
Generated from commit:81048db | Auto-detected role: frontend | Processed by actor: OstinUA
Problem
The spotlight title gradient override in light mode had low specificity, which may have caused styling issues.
Code Reference
The problematic code was in
assets/css/styles.cssat lines 1437-1445, where the class.card-theme-light .template-spotlight .main-repo-titlewas changed to.card.card-theme-light .template-spotlight .main-repo-titlewith added!importantflags.Suggested Fix
No action required, as the change was intended to increase specificity and fix the styling issue.
Permalink
github-social-preview-generator/assets/css/styles.css
Line 1437 in 81048db
Generated from commit:81048db | Auto-detected role:
frontend| Processed by actor: OstinUA