From a7100fb057c4f8bb672417201a63c919b97ee4bf Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 13 Apr 2026 01:33:37 +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 a6a259a..7d60a26 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: #15479C; --foreground: #000612e6; --primary-cta: #15479c; --primary-cta-text: #15479C; -- 2.49.1