From 8aac4ea7150ade0eaa70d35039b764361d224a55 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 8 May 2026 16:52:23 +0000 Subject: [PATCH] Update theme colors --- src/app/styles/variables.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 9d0254f..3ab1eb3 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -12,12 +12,12 @@ --background: #ffffff; --card: #f9f9f9; - --foreground: #120a00e6; - --primary-cta: #FF7B05; + --foreground: #342065; + --primary-cta: #F06724; --primary-cta-text: #ffffff; - --secondary-cta: #f9f9f9; - --secondary-cta-text: #120a00e6; - --accent: #e2e2e2; + --secondary-cta: #FFDF27; + --secondary-cta-text: #342065; + --accent: #D32B2B; --background-accent: #FF7B05; /* text sizing - set by ThemeProvider */