diff --git a/src/routes/_libraries/index.tsx b/src/routes/_libraries/index.tsx index a480cec8..ba85f996 100644 --- a/src/routes/_libraries/index.tsx +++ b/src/routes/_libraries/index.tsx @@ -170,10 +170,9 @@ function Index() { to={library.to ?? '#'} params className={twMerge( - `border-2 border-transparent rounded-xl shadow-md p-8 transition-all duration-300 - bg-white/90 dark:bg-black/40 backdrop-blur-sm - dark:border-gray-800/50`, - 'hover:shadow-lg', + `border-2 border-gray-200 dark:border-gray-800/50 rounded-xl shadow-md p-8 transition-all duration-300 + bg-white/90 dark:bg-black/40 backdrop-blur-sm`, + 'hover:shadow-2xl hover:shadow-current/20 hover:border-current/50 hover:-translate-y-1', 'relative group', 'min-h-[250px] xl:min-h-[220px]', library.cardStyles @@ -227,7 +226,7 @@ function Index() { {/* Foreground content that appears on hover */}
@@ -263,7 +262,7 @@ function Index() { <>