From 74b3a0a712ebcdbee6ae9bbd73d4862df58e7152 Mon Sep 17 00:00:00 2001 From: vchikalkin Date: Wed, 20 Aug 2025 14:57:55 +0300 Subject: [PATCH] style: update background color in globals.css and change card background to white in NeonGradientCard component --- app/globals.css | 2 +- components/ui/neon-gradient-card.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/globals.css b/app/globals.css index 942f871..b09d3ab 100644 --- a/app/globals.css +++ b/app/globals.css @@ -8,7 +8,7 @@ body { @layer base { :root { - --background: 0 0% 100%; + --background: 0 0% 96%; --foreground: 240 10% 3.9%; --card: 0 0% 100%; --card-foreground: 240 10% 3.9%; diff --git a/components/ui/neon-gradient-card.tsx b/components/ui/neon-gradient-card.tsx index 3192789..c9203a5 100644 --- a/components/ui/neon-gradient-card.tsx +++ b/components/ui/neon-gradient-card.tsx @@ -130,7 +130,7 @@ const NeonGradientCard: React.FC = ({ >