Skip to content

Commit

Permalink
fix(site): animated button rollover
Browse files Browse the repository at this point in the history
  • Loading branch information
tchiotludo committed Oct 10, 2023
1 parent f7f4034 commit 250aa9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/styles/app.scss
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ blockquote.blockquote {
}

&:hover {
color: var(--bs-white);
color: var(--bs-white) !important;
&::before {
animation-duration: 1.5s;
}
Expand Down

0 comments on commit 250aa9e

Please sign in to comment.