Skip to content

Commit

Permalink
Update hover color in Header component
Browse files Browse the repository at this point in the history
  • Loading branch information
xuelink committed Feb 3, 2024
1 parent 71ed8ce commit 07f235e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/components/organisms/Header.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
&:hover {
color: var(--color--text);
filter: drop-shadow(0px 0px 3px var(--color--secondary));
filter: drop-shadow(0px 0px 3px var(--color--primary));
}
}
}
Expand Down

0 comments on commit 07f235e

Please sign in to comment.