From f0c9f18e57052173883e6f2837d4f79ce9d0899e Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 7 May 2026 17:47: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 5abb39f..ab34ac2 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -11,7 +11,7 @@ --background-accent: #ffffff; */ --background: #000000; - --card: #f9f9f9; + --card: #464242; --foreground: #e4e8f0; --primary-cta: #15479c; --primary-cta-text: #ffffff; -- 2.49.1