buttons have hands

This commit is contained in:
Bruno Windels 2020-12-04 18:50:27 +01:00
parent 7b5796ce03
commit 0c68a70130
1 changed files with 4 additions and 0 deletions

View File

@ -61,6 +61,10 @@ textarea {
font-style: normal;
}
button {
cursor: pointer;
}
button, input {
font-size: inherit;
font-weight: inherit;