[READ-ONLY] a fast, modern browser for the npm registry

fix: improve exact match gradient in search results (#772)

Co-authored-by: Cassidy Williams <cassidoo@users.noreply.github.com>
Co-authored-by: Salma Alam-Naylor <52798353+whitep4nth3r@users.noreply.github.com>

authored by

Cassidy Williams
Cassidy Williams
Salma Alam-Naylor
and committed by
GitHub
a8201063 1a81573a

+1 -1
+1 -1
app/components/BaseCard.vue
··· 15 15 <!-- Glow effect for exact matches --> 16 16 <div 17 17 v-if="isExactMatch" 18 - class="absolute -inset-px rounded-lg bg-gradient-to-r from-accent/0 via-accent/20 to-accent/0 opacity-100 blur-sm -z-1 pointer-events-none motion-reduce:opacity-50" 18 + class="absolute -inset-px rounded-lg bg-gradient-to-r from-accent/0 via-accent/0 to-accent/10 opacity-100 blur-sm -z-1 pointer-events-none motion-reduce:opacity-50" 19 19 aria-hidden="true" 20 20 /> 21 21 <slot />