From 657096c3738f65e88196d368bf3e1dc8690aaf36 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 10:55:37 +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 d5a6478..9e9e757 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -12,13 +12,13 @@ --background: #F7F8Fa; --card: #ffffff; - --foreground: #000f06e6; - --primary-cta: #0a7039; + --foreground: #111827; + --primary-cta: #0F3D8f; --primary-cta-text: #ffffff; - --secondary-cta: #f9f9f9; - --secondary-cta-text: #000f06e6; - --accent: #e2e2e2; - --background-accent: #c4c4c4; + --secondary-cta: #E6EDF7; + --secondary-cta-text: #0F3D8f; + --accent: #1D6BFf; + --background-accent: #EEF4Ff; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1