From 0fd7f4d4df907a99073d74a29c91b8130e2a6c84 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 07:12:36 +0000 Subject: [PATCH] Update theme colors --- src/app/styles/variables.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 4a9e764..6b3ab51 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -12,11 +12,11 @@ --background: #26432d; --card: #f9f9f9; - --foreground: #120006e6; + --foreground: #edf33c; --primary-cta: #e5f013; --primary-cta-text: #ffffff; --secondary-cta: #f9f9f9; - --secondary-cta-text: #120006e6; + --secondary-cta-text: #efe60e; --accent: #e2e2e2; --background-accent: #054b21; -- 2.49.1