Skip to content

Commit

Permalink
add transition for mouseover color fade
Browse files Browse the repository at this point in the history
  • Loading branch information
davis9001 committed Feb 5, 2025
1 parent 6a990df commit 7f7167b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/components/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export default function Header(props: { title: string; active: string }) {
<div class="hidden sm:flex">
<SocialIcons />
</div>
<div class="flex px-3 sm:px-6 fill-foreground-primary hover:fill-fresh transition">
<div class="flex px-3 sm:px-6 fill-foreground-primary hover:fill-fresh [&_*]:transition ">
{isDocs && <ThemeToggle />}
</div>
</div>
Expand Down

0 comments on commit 7f7167b

Please # to comment.