Fix/issue 579 hero links - #580
Open
tarone-saloni wants to merge 5 commits into
Open
Conversation
The Podman/Podman Desktop version and license links in the hero blended into the surrounding text and gave no clear feedback on hover. Make them semibold and add a background highlight + lighter text color on hover so they read as clickable and give clear pointer feedback. Signed-off-by: Saloni Tarone <taronesaloni@gmail.com>
Replace the generic "Latest stable Podman"/"...Desktop" prefixes with
self-descriptive link text ("Podman v6.0.2", "Podman Desktop v1.28.3")
and prevent wrapping so all three links stay on a single line.
Signed-off-by: Saloni Tarone <taronesaloni@gmail.com>
Forcing the version-links row to nowrap made it overflow past its grid column and visually overlap the product screenshot at several window widths (e.g. ~1024-1280px). Let the row wrap naturally instead, so it stays on one line whenever there's room and drops to a second line rather than overlapping when there isn't. Also drop the background-pill hover treatment per feedback - hover now only changes the link text to purple, no highlighted background. Signed-off-by: Saloni Tarone <taronesaloni@gmail.com>
Remove the underline and the "-" separators between the links, and style each as a small rounded, bordered badge so they read clearly as distinct, clickable items without relying on underline as the only affordance. Signed-off-by: Saloni Tarone <taronesaloni@gmail.com>
Docusaurus's Infima base styles set a:hover { text-decoration, color }
with higher specificity than plain Tailwind utility classes, so hover
was silently reintroducing an underline and swapping text to the theme
purple despite our overrides. Add explicit hover: variants
(hover:no-underline, hover:text-white) to win that specificity fight.
Also bump badge size (text-base, more padding) and swap the hover
highlight from a light border/text tint to a darker filled
bg-purple-900/60 for a clearer, more visible highlight.
Signed-off-by: Saloni Tarone <taronesaloni@gmail.com>
tarone-saloni
force-pushed
the
fix/issue-579-hero-links
branch
from
July 29, 2026 11:15
413dc1e to
407fdba
Compare
Contributor
Author
|
@ashley-cui PLAT |
tarone-saloni
marked this pull request as ready for review
July 29, 2026 19:36
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.
#579
This PR improves the version links displayed in the Hero section by making them more noticeable and updating their labels to be more descriptive
Changes
Before

After
