Problem
The CSS selector for the template spotlight card theme in light mode has been updated to improve specificity, and the gradient start color has been changed for better visual contrast. The changes are in the assets/css/styles.css file.
Code Reference
The updated code is in assets/css/styles.css at lines 1437-1438, where the selector has been changed from .card.card-theme-light .template-spotlight .main-repo-title to .card.card-theme-light.template-spotlight .main-repo-title, and the gradient start color has been updated from #1f2328 to #000000.
Suggested Fix
No action required, as the changes are intended to fix the styling issue and have been visually verified.
Permalink
|
color: var(--tc, #3fb950); |
Generated from PR #61 | Auto-detected role: frontend | Processed by actor: CommitAxis
Problem
The CSS selector for the template spotlight card theme in light mode has been updated to improve specificity, and the gradient start color has been changed for better visual contrast. The changes are in the
assets/css/styles.cssfile.Code Reference
The updated code is in
assets/css/styles.cssat lines 1437-1438, where the selector has been changed from.card.card-theme-light .template-spotlight .main-repo-titleto.card.card-theme-light.template-spotlight .main-repo-title, and the gradient start color has been updated from#1f2328to#000000.Suggested Fix
No action required, as the changes are intended to fix the styling issue and have been visually verified.
Permalink
github-social-preview-generator/assets/css/styles.css
Line 1437 in 98d1b97
Generated from PR #61 | Auto-detected role:
frontend| Processed by actor: CommitAxis