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