From e77b786b8e67f9a175dba4c2e89a9995e9f25e8c Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 25 May 2026 00:52:45 +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 cb6a220..0f0366b 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,7 +10,7 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #f6f0e9; + --background: #ffffff; --card: #efe7dd; --foreground: #000000; --primary-cta: #2b180a; -- 2.49.1