From f1e9701e3fdabb4f9c66a3878da0374f1c1c1c22 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 05:36:52 +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 cfa5026..fcbc66d 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,7 +10,7 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #f4f5e8; + --background: #f5e8ee; --card: #fcffd8; --foreground: #4E3F3a; --primary-cta: #8FAE93; -- 2.49.1