Skip to content
This repository has been archived by the owner on Oct 17, 2022. It is now read-only.

Commit

Permalink
cleaner click button animation
Browse files Browse the repository at this point in the history
  • Loading branch information
tycrek committed Jul 18, 2021
1 parent 7e62459 commit ac4fbe6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/__main.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ button {
}

button:hover { box-shadow: inset 0 0 0 0 var(--color-primary-dark), inset 0 -8px 0 0 var(--color-primary-dim); }
button:active { box-shadow: inset 0 -8px 0 0 var(--color-primary-dark), inset 0 -64px 0 0 var(--color-primary-dim); }
button:active { box-shadow: inset 0 0 0 0 var(--color-primary-dark), inset 0 -2px 0 0 var(--color-primary-dim); }

#brand {
border-top: 2px solid #323232;
Expand Down

0 comments on commit ac4fbe6

Please sign in to comment.