fix hover on Card not red

This commit is contained in:
2026-01-05 23:50:03 +01:00
parent 7758f8dc19
commit 44ce6350cd
+1 -1
View File
@@ -136,7 +136,7 @@ const img_alt = $derived(
.card:hover,
.card:focus-within{
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);
}
.card:focus{