From 4f0d88a2fae1d957cfafc94224eabb5878814cbe Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 26 May 2026 12:17:02 +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 83bfd34..3702ce4 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,7 +10,7 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #F8F5EE; + --background: #fdfcfc; --card: #FFFFFF; --foreground: #0A1128; --primary-cta: #DAA520;