From 2fe45b6f2c942f550991184793d92894ed61ea48 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 8 Jun 2026 07:39:35 +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 ddebf08..8038a5f 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -11,7 +11,7 @@ --background-accent: #ffffff; */ --background: #000000; - --card: #f90606; + --card: #ffffff; --foreground: #f5f5f5; --primary-cta: #43e9d9; --primary-cta-text: #ffffff; -- 2.49.1