From e0527f65e2c744e1a1a6e732af6498b813cfd7e8 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 20 May 2026 16:49:05 +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 5a8dc47..c69b377 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,7 +10,7 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #ffffff; + --background: #d2b203; --card: #f9f9f9; --foreground: #0f1e3a; --primary-cta: #b8965a; -- 2.49.1