fix(website): remove opacity fade from secondary byline#87
Merged
Conversation
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>
3 tasks
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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Drops
opacity: 0.55(and its hover transition) from.author-secondaryso "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:
Test plan
getComputedStylesnapshot — secondary opacity = 1, both font-size = 11.88px, both colour = coral oklch(0.58 0.16 35)🤖 Generated with Claude Code