Skip to content

Commit

Permalink
Update arrow colors
Browse files Browse the repository at this point in the history
  • Loading branch information
barvian committed Nov 7, 2024
1 parent c137ab9 commit f9c62f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/src/components/Link.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export default function Link({
{active && activeChildren}
{children}
{isExternal && (
<ArrowUpRight className="ml-[0.125em] inline-block size-[1em] no-underline opacity-60 transition duration-[inherit] ease-[inherit] group-hover/link:-translate-y-px group-hover/link:translate-x-px group-hover/link:opacity-100" />
<ArrowUpRight className="group-hover/link:text-primary text-muted ml-[0.125em] inline-block size-[1em] no-underline transition duration-[inherit] ease-[inherit] group-hover/link:-translate-y-px group-hover/link:translate-x-px" />
)}
</a>
)
Expand Down

0 comments on commit f9c62f3

Please sign in to comment.