Skip to content

Commit

Permalink
Fixing button hover effect
Browse files Browse the repository at this point in the history
  • Loading branch information
anhduy1202 committed Mar 14, 2022
1 parent a32329a commit b491431
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/components/utils/acm-button.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
margin-top: 64px;
background-color: var(--acm-dark);
color: var(--acm-light);
transition: background-color 0.25s ease-in-out;
transition: color 0.25s ease-in-out;
}
.call-to-action:hover {
background-color: var(--acm-blue);
color: var(--acm-blue);
}
</style>

0 comments on commit b491431

Please sign in to comment.