From ef211f49d3bce676e4804313f2308f8eae5fa8fc Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Mar 2026 05:33:41 +0000 Subject: [PATCH] Update theme colors --- src/app/styles/variables.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index c106927..f99a356 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,9 +10,9 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #000000; - --card: #f9f9f9; - --foreground: #120a00e6; + --background: #ffffff; + --card: #843900; + --foreground: #ffffff; --primary-cta: #FF7B05; --primary-cta-text: #ffffff; --secondary-cta: #f9f9f9;