Skip to content

Commit

Permalink
Improve hover effect for docs link
Browse files Browse the repository at this point in the history
  • Loading branch information
desko27 committed Sep 21, 2024
1 parent 5b4f6f5 commit 46a6401
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/HeroSection/Main/Heading.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ export function Heading(): JSX.Element {
'transition-all duration-500',
'inline-block px-3 py-2 rounded-full',
'border-2 border-violet-400 text-violet-400 font-semibold',
'hover:border-violet-200 hover:text-violet-200',
'shadow-lg hover:shadow-violet-500/20 hover:scale-110',
'focus:outline-none focus:outline-1 focus:outline-white',
'inline-flex items-center gap-1',
Expand Down

0 comments on commit 46a6401

Please sign in to comment.