Skip to content

Commit 75468c8

Browse files
committed
styling fix
1 parent 037163c commit 75468c8

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

fern/styles.css

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,15 @@ a[href*="status.signalwire.com"]::after {
7575

7676
/* "Run in Postman" button — Fern wraps external link images with `mx-auto`
7777
(block-centered) and appends an external-link icon. Both look out of place
78-
for a small, inline-feeling CTA, so override them. */
78+
for a small, inline-feeling CTA, so override them. On hover the image
79+
itself scales up slightly (no surrounding box) for clear, in-place feedback. */
80+
a[href*="god.gw.postman.com"] {
81+
display: inline-block;
82+
transition: transform 0.15s ease;
83+
}
84+
a[href*="god.gw.postman.com"]:hover {
85+
transform: scale(1.05);
86+
}
7987
a[href*="god.gw.postman.com"] > svg.external-link-icon {
8088
display: none;
8189
}

0 commit comments

Comments
 (0)