Skip to content

Commit

Permalink
Set buttons to pointer cursor
Browse files Browse the repository at this point in the history
  • Loading branch information
RobloxEnderman committed Mar 30, 2024
1 parent 5acec7c commit 1329a0c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ body {
background-color: #222;
color: #ddd;
}

button {
cursor: pointer;
}
.container {
text-align: center;
}
Expand Down

0 comments on commit 1329a0c

Please sign in to comment.