From bede1ae6cd6de93b7f39b83095383a4293dc107d Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 12 Jun 2026 07:09:08 +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 87718be..c80a91e 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,7 +10,7 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #c2c2c2; + --background: #f8f8f8; --card: #ffffff; --foreground: #0f0022; --primary-cta: #8b5cf6; -- 2.49.1