Skip to content

Conversation

@Infi-Knight
Copy link
Contributor

@Infi-Knight Infi-Knight commented Jan 6, 2026

PR Checklist

  • Linked issue added (e.g., Fixes #123)
  • I have run bun run format to ensure code is properly formatted
  • I have verified that bun run lint passes without errors

Summary

Linear issue: https://linear.app/interledger/issue/DEVPORT-25/engineering-blog-cta-text-disappears-on-hover
The PR fixes the css so that the correct link colour is used on hover

@netlify
Copy link

netlify bot commented Jan 6, 2026

👷 Deploy request for developers-preview pending review.

Visit the deploys page to approve it

Name Link
🔨 Latest commit 3754016

@JoblersTune
Copy link
Contributor

I see the specificity issue is also effecting the hero link "Contribute on Github " which should also highlight to white.
image
Would you please fix both.

color: var(--color-white);
}

.hero__cta a:not(.btn):hover {
Copy link
Contributor

Choose a reason for hiding this comment

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

I worry this style is not clean for maintainability. Let's rather add a class like hero__link and style it with that so we can see what element the styling is targeting more clearly.

Copy link
Contributor

Choose a reason for hiding this comment

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

Once that's done LGTM

color: var(--color-white);
}

.hero__cta a:not(.btn):hover {
Copy link
Contributor

Choose a reason for hiding this comment

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

Once that's done LGTM

@JoblersTune
Copy link
Contributor

Thanks @Infi-Knight

@JoblersTune JoblersTune merged commit a6636c1 into interledger:main Jan 8, 2026
1 check passed
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