underline focused links that are no buttons

This commit is contained in:
2026-07-28 20:06:22 +02:00
committed by jakob.scheid
parent 7152771a48
commit 0cd7f7e5a7
+2 -1
View File
@@ -25,7 +25,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;
}