From 378a1f1685280ed3442ce3a564889c00b4d3e77b Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 13 Apr 2026 19:35:48 +0000 Subject: [PATCH] Update theme colors --- src/app/styles/variables.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 018e8e2..fd718b9 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: #0c0c0c; - --foreground: #ffffff; + --background: #ffffff; + --card: #f9f9f9; + --foreground: #000612e6; --primary-cta: #106EFB; --primary-cta-text: #ffffff; - --secondary-cta: #000000; - --secondary-cta-text: #ffffff; - --accent: #535353; + --secondary-cta: #f9f9f9; + --secondary-cta-text: #000612e6; + --accent: #e2e2e2; --background-accent: #106EFB; /* text sizing - set by ThemeProvider */ -- 2.49.1