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