removed bg hover effect from cards
All checks were successful
Next.js App CI / docker (push) Successful in 6m44s

This commit is contained in:
2025-09-22 11:47:14 +02:00
parent e571c22f69
commit 765781daa6

View File

@@ -97,7 +97,7 @@
} }
@layer components { @layer components {
.cards { .cards {
@apply no-underline transition-all duration-300 ease-out shadow-sm hover:bg-accent-hover hover:shadow-lg dark:shadow-[var(--shadow-glow)] dark:hover:shadow-[var(--shadow-glow-hover)]; @apply no-underline transition-all duration-300 ease-out shadow-sm hover:shadow-lg dark:shadow-[var(--shadow-glow)] dark:hover:shadow-[var(--shadow-glow-hover)];
} }
} }
@keyframes accordion-down { @keyframes accordion-down {