From e400312d8fc590c46c196ddebcc900a699158d99 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Mar 2026 22:12:25 +0000 Subject: [PATCH] Update theme colors --- src/app/styles/variables.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 869e44b..a547339 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -11,11 +11,11 @@ --background-accent: #ffffff; */ --background: #000000; - --card: #f9f9f9; + --card: #fafafa; --foreground: #ffffff; --primary-cta: #15479c; --primary-cta-text: #ffffff; - --secondary-cta: #f9f9f9; + --secondary-cta: #000000; --secondary-cta-text: #000612e6; --accent: #fffafa; --background-accent: #c4c4c4; -- 2.49.1