From 9c8f2f065c3954de7cffc808137f621e0a5eaadf Mon Sep 17 00:00:00 2001 From: Kristóf Marussy Date: Wed, 20 Mar 2024 02:15:08 +0100 Subject: Revert "Underline links for increased accessibility" This reverts commit ede6ff463dab838a29a65d120c0796a6778cc337. --- README.md | 1 - src/css/custom.css | 19 ------------------- 2 files changed, 20 deletions(-) diff --git a/README.md b/README.md index 40963be..607f0a4 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,6 @@ SPDX-License-Identifier: CC-BY-4.0 --> - # Personal website of Kristóf Marussy ## Compilation diff --git a/src/css/custom.css b/src/css/custom.css index d3c0b42..b8899be 100644 --- a/src/css/custom.css +++ b/src/css/custom.css @@ -97,25 +97,6 @@ h3 { letter-spacing: var(--marussy-heading-tracking-looser); } -a { - text-decoration: underline; - text-decoration-skip: auto; - text-underline-offset: 0.125em; - text-decoration-thickness: calc(max(1px, 0.0625em)); -} - -.navbar a, -.table-of-contents a, -a:hover, -a:focus, -.button { - text-decoration: none; -} - -.table-of-contents a:hover { - text-decoration: underline; -} - .hash-link { font-weight: 500; --casl: 0; -- cgit v1.2.3-54-g00ecf