Work on hero showcase component and navigation backend, partially working parallax image transitions

This commit is contained in:
Aleksi Lassila
2024-03-23 00:09:36 +02:00
parent 22c1475a16
commit a5aa9755a6
10 changed files with 244 additions and 53 deletions

View File

@@ -19,7 +19,7 @@ a {
}
.selectable {
@apply outline-none outline-0 focus-visible:border-2 border-[#f0cd6dc2];
@apply outline-none outline-0 border-2 border-[#00000000] focus-visible:border-[#f0cd6dc2];
}
.selectable:focus, .selectable:focus-within {