From 2351609571f8d12a60781f2ba7da9a1b09e0df80 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 7 Jun 2026 14:54:00 +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 340809d..59826fb 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -11,7 +11,7 @@ --background-accent: #ffffff; */ --background: #fd9800; - --card: #FAF8F5; + --card: #c07300; --foreground: #0F2744; --primary-cta: #D4A45F; --primary-cta-text: #1E293B;