Skip to content

Commit

Permalink
fix: [link-animation] change background-position values
Browse files Browse the repository at this point in the history
  • Loading branch information
mattgoud committed Oct 24, 2023
1 parent f48e704 commit bb38218
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/theme/src/link.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

.puik-link {
@apply relative py-[0.5px] text-primary bg-gradient-to-bl from-primary-500 to-primary-500 bg-no-repeat bg-[length:100%_1px] transition-all ease-in-out duration-150;
background-position: left bottom 0px;
background-position: left bottom 1.25px;
&:hover,
&:active {
@apply cursor-pointer from-primary-800 to-primary-800 transition-all ease-in-out duration-150;
background-position: left bottom 1.25px;
background-position: left bottom 0px;
}
&:focus-visible {
@apply outline-none ring-2 ring-blue rounded-[4px] shadow-none;
Expand Down

0 comments on commit bb38218

Please sign in to comment.