From 87368b5ef420f53361b500d3947a6ae27f1ff244 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 11 Jun 2026 15:11:30 +0000 Subject: [PATCH] Update theme colors --- src/app/styles/variables.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index e803843..d60c0a4 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #fafffb; + --background: #e3deea; --card: #ffffff; - --foreground: #001a0a; - --primary-cta: #0a705f; - --primary-cta-text: #fafffb; + --foreground: #1f2027; + --primary-cta: #1f2027; + --primary-cta-text: #e3deea; --secondary-cta: #ffffff; - --secondary-cta-text: #001a0a; - --accent: #a8d9be; - --background-accent: #6bbfb8; + --secondary-cta-text: #1f2027; + --accent: #627dc6; + --background-accent: #627dc6; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1