From d18e58891233947ca086c3764d8c43b9c487db43 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 18 Apr 2026 13:26:08 +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 4fd73bf..e1455b4 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: #000612e6; --primary-cta: #15479c; --primary-cta-text: #ffffff; -- 2.49.1