removed bg hover effect from cards
All checks were successful
Next.js App CI / docker (push) Successful in 6m44s
All checks were successful
Next.js App CI / docker (push) Successful in 6m44s
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user