underline focused links that are no buttons

This commit is contained in:
2026-06-05 13:47:14 +02:00
parent 3ea55d24dc
commit c38b38707c
+2 -1
View File
@@ -23,7 +23,8 @@ body {
text-decoration: none;
}
.link:hover:not(.button-link) {
.link:hover:not(.button-link), .link:focus:not(.button-link) {
outline: none;
text-decoration: underline;
}