Skip to content

Commit

Permalink
Merge pull request #338 from anhduy1202/fix/335
Browse files Browse the repository at this point in the history
Fixing button hover effect
  • Loading branch information
anhduy1202 committed Mar 14, 2022
2 parents a32329a + b491431 commit 27f8784
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>

1 comment on commit 27f8784

@vercel
Copy link

@vercel vercel bot commented on 27f8784 Mar 14, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.