From 22d4e56a1095d235b1aa8c5b95420f0f02d43b22 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 15:53:36 +0000 Subject: [PATCH] Update theme colors --- src/app/styles/variables.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index e8a884a..1552236 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,14 +10,14 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #f12256; + --background: #ff0000; --card: #ffffff; - --foreground: #45aaeb; - --primary-cta: #6c98b7; + --foreground: #a1f2ff; + --primary-cta: #ffffff; --primary-cta-text: #ffffff; --secondary-cta: #ffffff; --secondary-cta-text: #ffffff; - --accent: #93c7ff; + --accent: #ffffff; --background-accent: #000000; /* text sizing - set by ThemeProvider */ -- 2.49.1