From a78e4b8219a9056571f5adb210ed69a0f9595f81 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 23 May 2026 20:33:57 +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 84661a8..124e5eb 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -11,7 +11,7 @@ --background-accent: #ffffff; */ --background: #ffffff; - --card: #ff0000; + --card: #0015ff; --foreground: #1a1a1a; --primary-cta: #c5a059; --primary-cta-text: #ffffff; -- 2.49.1