adjust the button color on focus

Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
Simon L 2023-04-24 23:24:20 +02:00
parent 1d1d462bc0
commit 3bff5f2851

View file

@ -23,6 +23,11 @@ a {
outline: none;
}
.button:focus {
color:black;
border: 2px solid black;
}
#logout {
margin-top: 7px;
}