From 10fa8857257dda2cef2c654c8d60751400e9067b Mon Sep 17 00:00:00 2001 From: pheralb Date: Tue, 14 Nov 2023 11:12:43 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Fix=20cardSpotlight=20background?= =?UTF-8?q?=20color.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/cardSpotlight.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/cardSpotlight.svelte b/src/components/cardSpotlight.svelte index 9680b2f..9aa6d7c 100644 --- a/src/components/cardSpotlight.svelte +++ b/src/components/cardSpotlight.svelte @@ -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" >