From 836d8d5a3e82d18a53bdb1cb2fd731762736e2cd Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 12 Jun 2026 06:31:01 +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 e9ce91c..7d5656b 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,7 +10,7 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #ff00ff; + --background: #ffffff; --card: #ffffff; --foreground: #25190c; --primary-cta: #0a60e6;