Skip to content

Commit

Permalink
Improved the buttons hover state
Browse files Browse the repository at this point in the history
  • Loading branch information
PavlosIsaris committed Dec 17, 2024
1 parent 100699e commit e975be4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export default {
padding: 0;
&:hover {
opacity: 0.8;
filter: brightness(90%);
cursor: pointer;
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export default {
padding: 0;
&:hover {
opacity: 0.8;
filter: brightness(90%);
cursor: pointer;
}
}
Expand Down

0 comments on commit e975be4

Please sign in to comment.