Skip to content

Commit

Permalink
update shiny button style
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsPi3141 committed Jan 12, 2025
1 parent 9ce75f5 commit ee084a5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion app/globals.scss
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,9 @@ body:has(main p.text-gray-400 a):not(:has([href*="Its"][href*="hub"][href$="i314
0% {
left: -50%;
}
50% {
left: 125%;
}
100% {
left: 125%;
}
Expand All @@ -198,7 +201,7 @@ body:has(main p.text-gray-400 a):not(:has([href*="Its"][href*="hub"][href$="i314
transform: rotate(30deg) translate3d(0, -50%, 0);
background-color: rgba(255, 255, 255, 0.2);
outline: 10px solid rgba(255, 255, 255, 0.1);
animation: button-shine 2.5s ease-in-out 750ms infinite;
animation: button-shine 2s ease-in-out infinite;
}

/* HIGHLIGHT */
Expand Down

0 comments on commit ee084a5

Please sign in to comment.