From 983824e653c0787f3f4be19f41095429f1a70e69 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 12 Apr 2026 23:30:48 +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 ebbe53d..c9204b5 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -11,8 +11,8 @@ --background-accent: #ffffff; */ --background: #000000; - --card: #fff939; - --foreground: #000612e6; + --card: #0d7424; + --foreground: #e2e15e; --primary-cta: #15479c; --primary-cta-text: #ffffff; --secondary-cta: #f9f9f9; -- 2.49.1