From ee084a52696017cba1bb98287590aa53fc296958 Mon Sep 17 00:00:00 2001 From: Pi <90981829+ItsPi3141@users.noreply.github.com> Date: Sat, 11 Jan 2025 22:20:48 -0800 Subject: [PATCH] update shiny button style --- app/globals.scss | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/app/globals.scss b/app/globals.scss index 03745b2..9c4888a 100644 --- a/app/globals.scss +++ b/app/globals.scss @@ -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%; } @@ -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 */