From 13f1f7f77cd75d2c5a3d21ba5ec45a2fa93d1b8b Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 16 Apr 2026 14:56:57 +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 b392379..aed6f58 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,7 +10,7 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #e20a0a; + --background: #f55252; --card: #000000; --foreground: #000000; --primary-cta: #e63946; -- 2.49.1