Skip to content

Commit

Permalink
🐛 Fix cardSpotlight background color.
Browse files Browse the repository at this point in the history
  • Loading branch information
pheralb committed Nov 14, 2023
1 parent 51809f1 commit 10fa885
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/cardSpotlight.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
on:blur={handleBlur}
on:mouseenter={handleMouseEnter}
on:mouseleave={handleMouseLeave}
class="relative flex items-center justify-center overflow-hidden rounded-md border border-neutral-200 dark:border-neutral-800 bg-neutral-100 dark:bg-neutral-800/20"
class="relative flex items-center justify-center overflow-hidden rounded-md border border-neutral-200 dark:border-neutral-800 bg-neutral-100 dark:bg-neutral-900"
>
<div
class="pointer-events-none absolute -inset-px opacity-0 transition duration-300"
Expand Down

1 comment on commit 10fa885

@vercel
Copy link

@vercel vercel bot commented on 10fa885 Nov 14, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

svgl – ./

svgl-pheralb.vercel.app
svgl.vercel.app
svgl-git-main-pheralb.vercel.app

Please sign in to comment.