Skip to content

Commit 409bf1b

Browse files
committed
style(ui): remove heavy hover animation from cards
1 parent 5587a5c commit 409bf1b

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

src/routes/+page.svelte

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -531,12 +531,7 @@ tests/
531531
.feature-grid article:hover,
532532
.arch-grid article:hover,
533533
.stack-grid article:hover {
534-
transform: translateY(-4px);
535534
border-color: var(--accent);
536-
box-shadow:
537-
0 8px 24px rgba(0, 0, 0, 0.4),
538-
0 0 12px var(--border-glow),
539-
inset 0 1px 0 rgba(255, 255, 255, 0.05);
540535
}
541536
542537
.feature-grid h3 {
@@ -615,12 +610,7 @@ tests/
615610
}
616611
617612
.component:hover {
618-
transform: translateY(-4px);
619613
border-color: var(--accent);
620-
box-shadow:
621-
0 12px 32px rgba(0, 0, 0, 0.5),
622-
0 0 16px var(--border-glow),
623-
inset 0 1px 0 rgba(255, 255, 255, 0.1);
624614
}
625615
626616
.top {

0 commit comments

Comments
 (0)