diff options
| author | Tom Smeding <tom@tomsmeding.com> | 2026-05-10 19:39:22 +0200 |
|---|---|---|
| committer | Tom Smeding <tom@tomsmeding.com> | 2026-05-10 19:39:22 +0200 |
| commit | 50e74b214133adddf252a7fb7962272508d6d03d (patch) | |
| tree | 01cb5261fd8417c958c086e4d124cde5b16c6dc8 | |
| parent | ad7ce6aacdb95f9bdf40a566186f5e2a220bdb5e (diff) | |
style.css: Add unline to <a> also on :focus
| -rw-r--r-- | pages/style.css | 2 |
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; } |
