Skip to content

Project card overlay: inherit accent color for GitHub icon and separator - #4

Merged
mooncell07 merged 2 commits into
masterfrom
copilot/update-project-card-overlay-coloring
Jul 16, 2026
Merged

Project card overlay: inherit accent color for GitHub icon and separator#4
mooncell07 merged 2 commits into
masterfrom
copilot/update-project-card-overlay-coloring

Conversation

Copilot AI commented Jul 16, 2026

Copy link
Copy Markdown
Contributor

Project card overlays were rendering the GitHub icon and / in --text instead of the card’s accent color. This updates the overlay label so icon, separator, and project key all inherit the same parent color.

  • Scope

    • Updated only src/routes/+page.svelte in the project-card overlay label block.
    • No other sections or styling logic were modified.
  • Change

    • Removed text-(--text) from the inline icon and separator elements so they inherit the parent color (langColorTable[..].primary).
  • Before / After

    <!-- before -->
    <i class="fa-brands fa-github text-(--text)"></i><span class="text-(--text)">/</span>{key}
    
    <!-- after -->
    <i class="fa-brands fa-github"></i><span>/</span>{key}

Copilot AI changed the title [WIP] Update project card overlay to inherit accent color Project card overlay: inherit accent color for GitHub icon and separator Jul 16, 2026
Copilot AI requested a review from mooncell07 July 16, 2026 14:52

@mooncell07 mooncell07 left a comment

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

im amazed

@mooncell07
mooncell07 marked this pull request as ready for review July 16, 2026 14:57
@mooncell07
mooncell07 merged commit 7b03a6f into master Jul 16, 2026
1 check passed
@mooncell07
mooncell07 deleted the copilot/update-project-card-overlay-coloring branch July 16, 2026 14:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants