From e7dde07ce7525867118739503ad4bf65eb184b64 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 19 May 2026 23:35:19 +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 be4709f..c018d7f 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,7 +10,7 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #fdf8fb; + --background: #d6c6ae; --card: #ffffff; --foreground: #2d1b2d; --primary-cta: #4a1e4a;