added "cursor: pointer" to buttons

This commit is contained in:
uh_wot 2020-04-16 16:21:05 +02:00
parent 539e72565a
commit 9b0017f32d
1 changed files with 1 additions and 0 deletions

View File

@ -121,6 +121,7 @@ button {
min-width: 64px;
text-transform: uppercase;
color: var(--accent-text);
cursor: pointer;
}
button[disabled] {