From fba08eb13a392a4b24ca88cd14702e1ac555514f Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 14:08:36 +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 dc7eb54..6931ada 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,14 +10,14 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #1a1a1a; + --background: #000000; --card: #2d2d2d; --foreground: #ffffff; --primary-cta: #c41f3e; --primary-cta-text: #ffffff; --secondary-cta: #808080; --secondary-cta-text: #ffffff; - --accent: #c41f3e; + --accent: #cf082c; --background-accent: #404040; /* text sizing - set by ThemeProvider */ -- 2.49.1