From 9ba87317863cdae0bd366ad39cc64f06e99bc0f6 Mon Sep 17 00:00:00 2001 From: david-swift Date: Tue, 25 Feb 2025 17:14:47 +0100 Subject: [PATCH] Remove wave line effect on hovering links #1 --- sass/_typography.scss | 5 ----- 1 file changed, 5 deletions(-) diff --git a/sass/_typography.scss b/sass/_typography.scss index f7b74f9..9f789ec 100644 --- a/sass/_typography.scss +++ b/sass/_typography.scss @@ -107,7 +107,6 @@ q { u { text-decoration: underline; - text-decoration-style: wavy; text-decoration-color: var(--red-fg); text-decoration-thickness: max(1px, 0.0625em); } @@ -169,10 +168,6 @@ a { color: var(--accent-color); font-weight: bold; text-decoration-thickness: max(1px, 0.0625em); - - &:hover { - text-decoration-style: wavy; - } } hr {