From 15dc5eea0ec72d1f8f40466553fae2653f3dbca9 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 12:22:41 +0000 Subject: [PATCH] Update theme colors --- src/app/styles/variables.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 892d114..91dfec1 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,14 +10,14 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #e4f5ff; + --background: #ffffff; --card: #ffffff; --foreground: #000000; --primary-cta: #2c2c2c; - --primary-cta-text: #2f2f2e; + --primary-cta-text: #ffffff; --secondary-cta: #f5f4f0; --secondary-cta-text: #1a1a1a; - --accent: #3c56ff; + --accent: #ffffff; --background-accent: #e8e6e1; /* text sizing - set by ThemeProvider */