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