From 6392f7fddb94f1ba64ad78ed8c74b4bb1e0b2bc7 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 9 May 2026 12:33:32 +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 9aceb2e..c061f3f 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,7 +10,7 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #000000; + --background: #ffd8c4; --card: #ffffff; --foreground: #1a1a1a; --primary-cta: #2c2c2c;