From 1e63fcf3303a5d7ec7d88d39fe58275b55fcd7cc Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 23 May 2026 14:02:21 +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 cbce47d..78b1a59 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: #e91616; --card: #1a1a1a; --foreground: #fff5f5e6; --primary-cta: #ff7a7a; -- 2.49.1