From d0610fdc164e8f3eeafa43ac4537e6b2c99a1d27 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 10 Jun 2026 10:39: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 43448b1..da7c3fc 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,7 +10,7 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #86a593; + --background: #b7c4bd; --card: #efe7dd; --foreground: #2b180a; --primary-cta: #2b180a;