Skip to content

Commit

Permalink
fix (a11y): make social link focus outline is visible (#810)
Browse files Browse the repository at this point in the history
Co-authored-by: noa.santo <[email protected]>
  • Loading branch information
virus-rpi and noa.santo authored Sep 18, 2024
1 parent 7999f3a commit 1e0ab8c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/layout/navigation/navigation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,8 @@ const SocialLink = styled.a`
svg {
vertical-align: middle;
}
display: inline-block;
`;

const LegalLink = styled(Link)<{ $isSelected: boolean }>`
Expand Down

0 comments on commit 1e0ab8c

Please sign in to comment.