From 938c74606f1e27f633e63e44681ac0e198de9b2f Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 12 Jun 2026 06:30:53 +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 0d8bd00..e9ce91c 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: #ff00ff; --card: #ffffff; --foreground: #25190c; --primary-cta: #0a60e6; -- 2.49.1