Skip to content

Commit

Permalink
fix: searchbutton highlight
Browse files Browse the repository at this point in the history
  • Loading branch information
Parsifa1 committed Oct 16, 2024
1 parent 335906e commit 9dafad7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Header/Button/SearchButton.astro
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const { activeNav } = Astro.props;

<style>
svg {
@apply inline-block h-6 w-6 !fill-skin-base group-hover:fill-skin-accent;
@apply inline-block h-6 w-6 fill-skin-base group-hover:fill-skin-accent;
}
a.active svg {
@apply fill-skin-accent;
Expand Down

0 comments on commit 9dafad7

Please sign in to comment.