update
All checks were successful
Hugo / build (push) Successful in 11s

This commit is contained in:
brooke 2024-07-13 23:21:59 -04:00
parent 897656a70a
commit 76d1b24fa0
2 changed files with 2 additions and 2 deletions

View file

@ -22,7 +22,7 @@
href="/catalog/#{{ .categoryName }}"
>
<span
class="absolute inset-x-0 z-10 top-0 h-[1px] bg-black transition-all group-hover:h-full group-active:bg-gray-700"
class="absolute inset-x-0 z-10 top-0 h-[1px] bg-black opacity-70 transition-all group-hover:h-full group-active:bg-gray-700"
></span>
<div class="relative h-full max-w-full">
<span

File diff suppressed because one or more lines are too long