Skip to content

Commit

Permalink
decreased opacity for unit button on hover for better user experience
Browse files Browse the repository at this point in the history
  • Loading branch information
isaiahthedev committed Feb 16, 2024
1 parent 41e9a5a commit 8a36c20
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ body {
border-radius: 15px;
padding: 0.25rem 0.5rem;
}
#btn-unit:hover {
opacity: 80%;
}
#male:hover {
opacity: 80%;
}
Expand Down

0 comments on commit 8a36c20

Please sign in to comment.