less mislicks, switched to :focus where appropriate

This commit is contained in:
2023-07-13 18:27:02 +02:00
parent 84d214bb9e
commit d8a41d9cb1
4 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -104,7 +104,7 @@ nav[hidden]{
height: 100%;
transition: 100ms;
}
.nav_button:active{
.nav_button:focus{
fill: var(--red);
scale: 0.9;
}