From 87fe8d55c103c12358232ef9f86b462078d02bb2 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 14 May 2026 12:30:25 +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 3a5c203..0a19e4b 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,7 +10,7 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #0a0a0a; + --background: #cd2727; --card: #1a1a1a; --foreground: #f5f5f5; --primary-cta: #ffdf7d;