Skip to content

[MODERATE] Increased specificity for spotlight title gradient override in light mode #60

@github-actions

Description

@github-actions

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions