Merged
Conversation
The "Åbn prototypen" button text was nearly invisible on hover because VitePress's default `.vp-doc a` link styles outweighed `.mock-button` on specificity, leaving the label brand-colored on a brand-colored background. Raise specificity so white text and no underline win on hover. Co-authored-by: Claude <noreply@anthropic.com>
2346b8a to
55d0eba
Compare
jeppekroghitk
approved these changes
Apr 29, 2026
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
Åbn prototypenmock buttons across project pages had a near-invisible label on hover — VitePress's default.vp-doc alink styles were outweighing.mock-buttonon specificity, so the brand-colored text stayed on top of the brand-colored hover background.docs/.vitepress/theme/custom.csswith a.vp-doc a.mock-buttonselector so white text and no underline actually apply on hover.Screenshot
Test plan
task dev(ornpm run docs:dev)Åbn prototypen ↗button and confirm the label is white and legible against the teal backgroundGenerated with Claude Code