diff --git a/src/components/shared/styled.ts b/src/components/shared/styled.ts index bca662d..8f580e0 100644 --- a/src/components/shared/styled.ts +++ b/src/components/shared/styled.ts @@ -204,4 +204,10 @@ export const SectionTitle = styled.a` text-decoration: none; color: ${(props) => (!props.onClick ? props.theme.primary.text : undefined)}; } + + &:active, + &:focus { + text-decoration: none; + color: ${(props) => (!props.onClick ? props.theme.primary.text : undefined)}; + } `;