Use pointer as cursor for buttons

This commit is contained in:
Unrud 2022-01-24 07:52:27 +01:00
parent 348ec1f6ab
commit cfad7e9d68
2 changed files with 3 additions and 2 deletions

View file

@ -53,6 +53,7 @@ button {
color: white;
font-family: "icon";
overflow: hidden;
cursor: pointer;
}
button:focus {