From 443ae5a7857f6aa85cc726756a6f74d63523cd9b Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 12 May 2026 15:22:52 +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 f1c8313..5d37eaa 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -11,7 +11,7 @@ --background-accent: #ffffff; */ --background: #f5f4f0; - --card: #f86565; + --card: #fb8c8c; --foreground: #1a1a1a; --primary-cta: #2c2c2c; --primary-cta-text: #f6f0e9; -- 2.49.1