From cf4d2d631ccd52f0ec81f097e87451c1796615fc Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 16:08:55 +0000 Subject: [PATCH] Update theme colors --- src/app/styles/variables.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 4c0f5d1..3d0e32c 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,10 +10,10 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #e91010; - --card: #110101; - --foreground: #dfe9e3; - --primary-cta: #2be682; + --background: #ffffff; + --card: #f9f9f9; + --foreground: #000f06e6; + --primary-cta: #0a7039; --primary-cta-text: #ffffff; --secondary-cta: #f9f9f9; --secondary-cta-text: #000f06e6; -- 2.49.1