Skip to content

Commit

Permalink
better button hover
Browse files Browse the repository at this point in the history
  • Loading branch information
lazaronixon committed Jun 14, 2024
1 parent fd6cb66 commit bc1f224
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/assets/stylesheets/buttons.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
text-align: center;

&:hover {
filter: var(--brightness-90);
filter: contrast(0.85);
}

&:disabled {
Expand Down

0 comments on commit bc1f224

Please sign in to comment.