From b29ae0c8422fc1bc4784ff0de80ea6a5157da1fe Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 17 May 2026 01:12:38 +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 33c5697..1c0c3a4 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -11,7 +11,7 @@ --background-accent: #ffffff; */ --background: #357672; - --card: #f9f9f9; + --card: #466990; --foreground: #1a1a1a; --primary-cta: #2a2928; --primary-cta-text: #f5f4f0; -- 2.49.1