Problem
The Spotlight title gradient contrast in the light card theme has been fixed by adding a new CSS rule to improve readability.
File: assets/css/styles.css
Code Reference
The new CSS rule is added at the end of the file:
background: linear-gradient(135deg, #1f2328 0%, var(--tc, #58a6ff) 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
}
Suggested Fix
No action required, the fix is already implemented.
Permalink
|
color: var(--tc, #3fb950); |
Generated from commit:be19751 | Auto-detected role: frontend | Processed by actor: OstinUA
Problem
The Spotlight title gradient contrast in the light card theme has been fixed by adding a new CSS rule to improve readability.
File: assets/css/styles.css
Code Reference
The new CSS rule is added at the end of the file:
Suggested Fix
No action required, the fix is already implemented.
Permalink
github-social-preview-generator/assets/css/styles.css
Line 1437 in be19751
Generated from commit:be19751 | Auto-detected role:
frontend| Processed by actor: OstinUA