Skip to content

[MODERATE] Spotlight title gradient contrast fix in light card theme #57

@github-actions

Description

@github-actions

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

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