From be789d5082563ff5337e8712b21825c062ab8494 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Mar 2026 22:11:13 +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 4fd73bf..897de5b 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,14 +10,14 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #ffffff; + --background: #000000; --card: #f9f9f9; --foreground: #000612e6; --primary-cta: #15479c; --primary-cta-text: #ffffff; --secondary-cta: #f9f9f9; --secondary-cta-text: #000612e6; - --accent: #e2e2e2; + --accent: #fffafa; --background-accent: #c4c4c4; /* text sizing - set by ThemeProvider */ -- 2.49.1