diff --git a/src/components/Card.tsx b/src/components/Card.tsx index f26b3ed..446a6ab 100644 --- a/src/components/Card.tsx +++ b/src/components/Card.tsx @@ -10,7 +10,7 @@ export interface Props { const styles = { cardContainer: "my-6", titleLink: - "text-skin-accent font-medium text-lg underline-offset-4 decoration-dashed focus-visible:underline inline-block", + "text-skin-accent font-medium text-lg underline-offset-4 decoration-dashed focus-visible:no-underline focus-visible:underline-offset-0 inline-block", titleHeading: "font-medium text-lg decoration-dashed hover:underline", };