From 4261d6ac09ec56a6b9080b73487c15e4a051b363 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 24 Apr 2026 08:47:47 +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 b7afc67..e0ff8a2 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,12 +10,12 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #f5f4ef; - --card: #dad6cd; - --foreground: #2a2928; + --background: #000000; + --card: #49ca32; + --foreground: #fbfbfb; --primary-cta: #2a2928; --primary-cta-text: #f5f4ef; - --secondary-cta: #ecebea; + --secondary-cta: #ff0000; --secondary-cta-text: #2a2928; --accent: #ffffff; --background-accent: #c6b180; -- 2.49.1