From 9aac9126fc1cc3bdc64ee70f8ed54f9def5bee6c Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 14 May 2026 04:03:12 +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 fb5b117..e726cbd 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,7 +10,7 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #874beb; + --background: #f3eefb; --card: #ffffff; --foreground: #1c1c1c; --primary-cta: #1c1c1c;