From 0fe40764f8188a96fc4d25e37f2a0e4e025e4a8e5c026d8fd462ca9af0519503 Mon Sep 17 00:00:00 2001 From: Nicholas Johnson Date: Sat, 16 Sep 2023 00:00:00 +0000 Subject: Add link underlines Link underlines make links more accessible for users with low-contrast vision. --- assets/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/css/style.css b/assets/css/style.css index 855187d..91ccede 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -116,7 +116,7 @@ blockquote, ol, p, pre, ul, .highlight { .link { color: #0091ea; - text-decoration: none; + text-underline-offset: 3px; } .link:hover { -- cgit v1.2.3