diff --git a/overrides/components/theme-cards.tsx b/overrides/components/theme-cards.tsx index ada8a1802..0287f49ac 100644 --- a/overrides/components/theme-cards.tsx +++ b/overrides/components/theme-cards.tsx @@ -21,7 +21,7 @@ const ThemeCard = styled.article` display: flex; flex-flow: column nowrap; border-top: 1px solid ${themeVal("color.base-200a")}; - + &:hover { h3 { text-decoration: underline; @@ -69,7 +69,7 @@ export default function ThemeCards({ storyIds }: ContentsPropType) { {t.media.alt}

{t.description}

- View more + View more ));