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 {