From 359a560355bbbd21c9b8b8e8899a730422a17dba Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 17 May 2026 01:12:26 +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 b856552..33c5697 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,7 +10,7 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #22bb2d; + --background: #357672; --card: #f9f9f9; --foreground: #1a1a1a; --primary-cta: #2a2928; -- 2.49.1