From 50e74b214133adddf252a7fb7962272508d6d03d Mon Sep 17 00:00:00 2001 From: Tom Smeding Date: Sun, 10 May 2026 18:39:22 +0100 Subject: style.css: Add unline to also on :focus --- pages/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/style.css b/pages/style.css index 6838e8d..3b0aab7 100644 --- a/pages/style.css +++ b/pages/style.css @@ -45,7 +45,7 @@ a { color: var(--link-color); } -a:hover { +a:hover, a:focus { text-decoration: underline; } -- cgit v1.3.1