From 9b283be9c2ef118113957f7355aa68f2ffb55a7f Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 23 Mar 2026 15:04:17 +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 676c0e8..86e4aaf 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,7 +10,7 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #f7f6f7; + --background: #ed47ed; --card: #ffffff; --foreground: #0c1325; --primary-cta: #0798ff; -- 2.49.1