From 36c9e168b2eb935da125c203d14554338ccb190f Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 14 May 2026 13:22:07 +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 a6148bc..9005fc0 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -11,7 +11,7 @@ --background-accent: #ffffff; */ --background: #000000; - --card: #ddb7b7; + --card: #0efb5b; --foreground: #f5f5f5; --primary-cta: #7dffe7; --primary-cta-text: #0a0a0a; -- 2.49.1