From 5270fcdcad3171d9ca1148f033ca347dfa16218c Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 12:10:35 +0000 Subject: [PATCH] Update theme colors --- src/app/styles/variables.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 7ff031a..d3e4bda 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -11,7 +11,7 @@ --background-accent: #ffffff; */ --background: #fff7f7; - --card: #1a2f1d; + --card: #366e3e; --foreground: #ffffff; --primary-cta: #ffffff; --primary-cta-text: #0a1a0c; -- 2.49.1