From e5a0b7612183e4e6d682e103d68594ed4ad08ad4 Mon Sep 17 00:00:00 2001 From: Ashwin Bhat Date: Fri, 17 Jan 2025 21:41:40 +0000 Subject: [PATCH] Change background color to red --- client/src/index.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/src/index.css b/client/src/index.css index 9983868a5..2899fb441 100644 --- a/client/src/index.css +++ b/client/src/index.css @@ -72,7 +72,7 @@ button:focus-visible { @layer base { :root { - --background: 0 0% 100%; + --background: 0 100% 50%; --foreground: 222.2 84% 4.9%; --card: 0 0% 100%; --card-foreground: 222.2 84% 4.9%; @@ -99,7 +99,7 @@ button:focus-visible { --radius: 0.5rem; } .dark { - --background: 222.2 84% 4.9%; + --background: 0 100% 30%; --foreground: 210 40% 98%; --card: 222.2 84% 4.9%; --card-foreground: 210 40% 98%;