From 3a01268df81f188ede6fbfefc9c6d9db9cef3c88 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 17 May 2026 01:55:47 +0000 Subject: [PATCH] Update theme colors --- src/app/styles/variables.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 3d0e32c..9ded12d 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -11,7 +11,7 @@ --background-accent: #ffffff; */ --background: #ffffff; - --card: #f9f9f9; + --card: #fafafa; --foreground: #000f06e6; --primary-cta: #0a7039; --primary-cta-text: #ffffff;