summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Smeding <tom@tomsmeding.com>2026-05-10 19:39:22 +0200
committerTom Smeding <tom@tomsmeding.com>2026-05-10 19:39:22 +0200
commit50e74b214133adddf252a7fb7962272508d6d03d (patch)
tree01cb5261fd8417c958c086e4d124cde5b16c6dc8
parentad7ce6aacdb95f9bdf40a566186f5e2a220bdb5e (diff)
style.css: Add unline to <a> also on :focus
-rw-r--r--pages/style.css2
1 files changed, 1 insertions, 1 deletions
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;
}