From 582f7c07e2c83af716d8c8121f0cd9c000f5334b Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 21:56:17 +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 825e7f6..1bc4aac 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,7 +10,7 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #f2ebcd; + --background: #f7f5ec; --card: #ffffff; --foreground: #1a1a1a; --primary-cta: #2c2c2c; -- 2.49.1