Skip to content
Snippets Groups Projects
Unverified Commit 439e5665 authored by Ryan Laurie's avatar Ryan Laurie Committed by GitHub
Browse files

better hover state for links (#28878)

parent 7c0a8f67
Branches
Tags
No related merge requests found
......@@ -31,9 +31,10 @@ export const CardLink = styled(Link)`
min-width: 0;
gap: 0.5rem;
align-items: center;
font-weight: bold;
&:hover {
color: ${color("brand")};
text-decoration: underline;
}
`;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment