From 11a81b3b5579e6ede0a96bc8ed5856e827d0754c Mon Sep 17 00:00:00 2001 From: Cyril MARPAUD Date: Wed, 15 Mar 2023 11:48:44 +0100 Subject: [PATCH] fix: make internal links underline visible --- static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/style.css b/static/style.css index 7d4d88c..69dcc8c 100644 --- a/static/style.css +++ b/static/style.css @@ -140,7 +140,7 @@ body { margin: 2em; color: white; font-size: 1.5em; - text-underline-offset: 0.4em; + text-underline-offset: 0.2em; text-decoration: underline var(--dark-purple); transition: var(--transition-duration); }