Fix focus state on p-buttons

This commit is contained in:
Johannes Zellner
2023-07-12 14:37:50 +02:00
parent e9f6a163d9
commit 1d4a680851

View File

@@ -179,7 +179,7 @@ body {
height: 5px;
}
a.p-button:hover {
a.p-button:hover, a.p-button:focus {
color: white;
text-decoration: none;
background: #0d89ec;