Skip to content

Commit

Permalink
fix navbar textstroke color hover effect
Browse files Browse the repository at this point in the history
  • Loading branch information
qwertychomp committed Dec 1, 2023
1 parent 2372c70 commit c0f942f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions static/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@ div.header div.container ul.menu a
font-family: 'Inter', sans-serif;
transition: 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
div.header div.container ul.menu li a:active,
div.header div.container ul.menu li a:hover
div.header div.container a:active,
div.header div.container a:hover
{
-webkit-text-stroke: 1px #2e2626;
}
Expand Down

1 comment on commit c0f942f

@vercel
Copy link

@vercel vercel bot commented on c0f942f Dec 1, 2023

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.