From f410010ad5adf9167e3fca3402e5863a59d80fb1 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 23:01:34 +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 c32a176..7971a4a 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -4,13 +4,13 @@ --background: #ffffff; --card: #f9f9f9; - --foreground: #1a1a1a; - --primary-cta: #2c2c2c; + --foreground: #000612e6; + --primary-cta: #15479c; --primary-cta-text: #ffffff; - --secondary-cta: #ffffff; - --secondary-cta-text: #120006e6; - --accent: #2c2c2c; - --background-accent: #e8e8e8; + --secondary-cta: #f9f9f9; + --secondary-cta-text: #000612e6; + --accent: #e2e2e2; + --background-accent: #c4c4c4; /* Base spacing units */ --vw-0_25: calc(var(--vw) * 0.25); -- 2.49.1