From 7c660720a9c831b8d95edcf8b5a8331260785bbd Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 08:50:58 +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 618668f..c7ad52b 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -11,7 +11,7 @@ --background-accent: #ffffff; */ --background: #ffffff; - --card: #C7E8F2; + --card: #1E2D68; --foreground: #1E2D68; --primary-cta: #1E2D68; --primary-cta-text: #ffffff; -- 2.49.1