Skip to content
This repository has been archived by the owner on Jul 18, 2023. It is now read-only.

Commit

Permalink
Merge pull request #299 from git-Hmmm/patch-1
Browse files Browse the repository at this point in the history
Accessibility: Buttons should have a hand cursor so it looks clickable.
  • Loading branch information
reis authored Aug 23, 2022
2 parents fa7ff83 + 7e822a1 commit 90cb296
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions public/styles/core.css
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ button {
font-weight: 400;
padding: 10px 20px;
background-color: var(--buttonColor);
cursor: pointer;
}

.highlighted {
Expand Down

0 comments on commit 90cb296

Please sign in to comment.