From 45c151e9e63bff9c2ca34860d29fdd177574a148 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 24 Apr 2026 08:48:48 +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 e0ff8a2..008763d 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -11,11 +11,11 @@ --background-accent: #ffffff; */ --background: #000000; - --card: #49ca32; + --card: #20940c; --foreground: #fbfbfb; --primary-cta: #2a2928; - --primary-cta-text: #f5f4ef; - --secondary-cta: #ff0000; + --primary-cta-text: #ff0000; + --secondary-cta: #cacaca; --secondary-cta-text: #2a2928; --accent: #ffffff; --background-accent: #c6b180; -- 2.49.1