From 9d4d53f0ca0fb35f97e6ccc4e6f8c26bab1c62ac Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 2 May 2026 03:10:26 +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 018e8e2..bebdda9 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -11,7 +11,7 @@ --background-accent: #ffffff; */ --background: #000000; - --card: #0c0c0c; + --card: #ffffff; --foreground: #ffffff; --primary-cta: #106EFB; --primary-cta-text: #ffffff;