Skip to content

Commit

Permalink
feedback animations
Browse files Browse the repository at this point in the history
  • Loading branch information
russbiggs committed Oct 13, 2024
1 parent e1107df commit 85da663
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/FeedbackForm.astro
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ import { Icon } from 'astro-icon/components';
padding: 0;
}

.feedback-icon:hover {
transform: scale(1.2);
.feedback-icon {
color: #5a6672;
}

.feedback-icon:hover {
transition: all 300ms ease-in-out;
transform: scale(1.2);
color: #000;
}
Expand Down

0 comments on commit 85da663

Please sign in to comment.