From 9fdbe83aca3a3b22f51484e39f8482493abad73f Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 29 Apr 2026 21:32:22 +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 fd718b9..018e8e2 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,14 +10,14 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #ffffff; - --card: #f9f9f9; - --foreground: #000612e6; + --background: #000000; + --card: #0c0c0c; + --foreground: #ffffff; --primary-cta: #106EFB; --primary-cta-text: #ffffff; - --secondary-cta: #f9f9f9; - --secondary-cta-text: #000612e6; - --accent: #e2e2e2; + --secondary-cta: #000000; + --secondary-cta-text: #ffffff; + --accent: #535353; --background-accent: #106EFB; /* text sizing - set by ThemeProvider */ -- 2.49.1