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