From 39e8744ef97ea6199e2a98d464ec0b5585496957 Mon Sep 17 00:00:00 2001 From: Jonathan Clerck Date: Mon, 14 Oct 2024 12:53:17 +0100 Subject: [PATCH] Fix overflow on link hidden text (#47) --- styles/theme.css | 1 + 1 file changed, 1 insertion(+) diff --git a/styles/theme.css b/styles/theme.css index a2f9577..8f3dbec 100644 --- a/styles/theme.css +++ b/styles/theme.css @@ -30,6 +30,7 @@ :any-link { color: currentColor; + overflow: clip; text-decoration-color: var(--color-secondary-highlight); text-decoration-thickness: 15%; text-underline-offset: 0.125rem;