fix hover on Card not red
All checks were successful
CI / update (push) Successful in 1m11s

This commit is contained in:
2026-01-05 23:50:03 +01:00
parent 2feb8355b8
commit bfba0870e3

View File

@@ -136,7 +136,7 @@ const img_alt = $derived(
.card:hover, .card:hover,
.card:focus-within{ .card:focus-within{
transform: scale(1.02,1.02); transform: scale(1.02,1.02);
background-color: hsl(from var(--nord6) 100 s l); background-color: var(--red);
box-shadow: 0.2em 0.2em 2em 1em rgba(0, 0, 0, 0.3); box-shadow: 0.2em 0.2em 2em 1em rgba(0, 0, 0, 0.3);
} }
.card:focus{ .card:focus{