Skip to content

fix(website): remove opacity fade from secondary byline#87

Merged
SamPlvs merged 1 commit into
mainfrom
claude/website-byline-no-fade
May 28, 2026
Merged

fix(website): remove opacity fade from secondary byline#87
SamPlvs merged 1 commit into
mainfrom
claude/website-byline-no-fade

Conversation

@SamPlvs
Copy link
Copy Markdown
Owner

@SamPlvs SamPlvs commented May 28, 2026

Summary

Drops opacity: 0.55 (and its hover transition) from .author-secondary so "with Callum Adamson" now renders at the same intensity as "Samyakh (Sam) Tukra". Positional hierarchy alone (second line, "with" prefix) carries the relationship.

After this PR, both names are visually identical:

  • Same font (Cormorant Garamond, 11.88px)
  • Same colour (coral oklch(0.58 0.16 35))
  • Same opacity (1.0)

Test plan

  • Local Astro dev preview at desktop width: both names render at identical intensity and size
  • getComputedStyle snapshot — secondary opacity = 1, both font-size = 11.88px, both colour = coral oklch(0.58 0.16 35)
  • Live deploy preview confirmation after merge

🤖 Generated with Claude Code

Drops opacity 0.55 (and its hover transition) from .author-secondary so
"with Callum Adamson" renders at full intensity matching "Samyakh (Sam)
Tukra". Positional hierarchy alone (second line, "with" prefix) now
carries the relationship.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@SamPlvs SamPlvs merged commit 75dba4c into main May 28, 2026
2 checks passed
@SamPlvs SamPlvs deleted the claude/website-byline-no-fade branch May 28, 2026 11:11
SamPlvs added a commit that referenced this pull request May 28, 2026
The opacity fix from PR #87 is live on origin but browsers cached
styles.css?v=6 before the deploy. Since the URL didn't change, cached
clients keep serving the old CSS. Bumping the version string forces a
fresh fetch of the current styles.css for everyone.

Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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.

1 participant