diff --git a/src/typography/Typography.module.css b/src/typography/Typography.module.css index a10c8b8..a22f22e 100644 --- a/src/typography/Typography.module.css +++ b/src/typography/Typography.module.css @@ -24,6 +24,11 @@ color: var(--links); } +.link:hover { + text-decoration: underline; + opacity: initial; +} + .primary { color: var(--accent); }