From 354ca3972e485868e0e966d1a46b4b4fa1b9fb12 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 10:50:16 +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 723fdf6..fd9ebfc 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -12,13 +12,13 @@ --background: #ffffff; --card: #f9f9f9; - --foreground: #15479c; - --primary-cta: #15479c; + --foreground: #120006e6; + --primary-cta: #e63946; --primary-cta-text: #ffffff; - --secondary-cta: #ffffff; - --secondary-cta-text: #15479c; - --accent: #106EFB; - --background-accent: #f9f9f9; + --secondary-cta: #f9f9f9; + --secondary-cta-text: #120006e6; + --accent: #e2e2e2; + --background-accent: #c4c4c4; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1