Skip to content

fix: color the gallery category labels with the accent, like /blog - #1186

Merged
vivek7405 merged 1 commit into
mainfrom
fix/gallery-label-accent-color
Jul 30, 2026
Merged

fix: color the gallery category labels with the accent, like /blog#1186
vivek7405 merged 1 commit into
mainfrom
fix/gallery-label-accent-color

Conversation

@vivek7405

@vivek7405 vivek7405 commented Jul 30, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • "Full-stack" and "Backend (API)" under "Start where you are" used the neutral text-fg-subtle, inconsistent with the small category label used elsewhere on the site (e.g. "Blog" on /blog, via the EYEBROW recipe), which uses text-accent.
  • Changed only the color to text-accent, matching what was asked; left the rest of the labels' type treatment as-is.

Test plan

  • Verified in a real browser, both themes
  • Verified the color is the same token as the "Blog" eyebrow, not just visually similar (computed style oklch(0.54 0.16 52) in light theme, both elements)
  • webjs check clean
  • npm test (unit + browser), 35/35 browser tests pass

Closes #1187

'Full-stack' and 'Backend (API)' under 'Start where you are' used
text-fg-subtle (neutral gray), while the small category label above a
page title elsewhere on the site (the EYEBROW recipe, e.g. 'Blog' on
/blog) uses text-accent. Match the color only, the rest of EYEBROW's
treatment (mono, uppercase, tracking) is not part of what was asked
and these labels keep their existing type.
@vivek7405
vivek7405 marked this pull request as ready for review July 30, 2026 09:10
@vivek7405
vivek7405 merged commit 673ad14 into main Jul 30, 2026
10 checks passed
@vivek7405
vivek7405 deleted the fix/gallery-label-accent-color branch July 30, 2026 09:10
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.

fix: color the gallery category labels with the accent, like /blog

1 participant