From 5534c166719b02406de29de821d5794c168984b6 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 1 Jun 2026 05:03:18 +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 ef75a7b..a6b111e 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,7 +10,7 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #fbfaff; + --background: #7a5272; --card: #f7f5ff; --foreground: #0f0022; --primary-cta: #8b5cf6;