From a492ee67c6f78caf3483ffed6dc54f7a86edffdd Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 14 May 2026 21:24:07 +0000 Subject: [PATCH] Update theme colors --- src/app/styles/variables.css | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index e803843..8cff76c 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #fafffb; - --card: #ffffff; - --foreground: #001a0a; - --primary-cta: #0a705f; - --primary-cta-text: #fafffb; + --background: #efebe5; + --card: #f7f2ea; + --foreground: #000000; + --primary-cta: #000000; + --primary-cta-text: #efebe5; --secondary-cta: #ffffff; - --secondary-cta-text: #001a0a; - --accent: #a8d9be; - --background-accent: #6bbfb8; + --secondary-cta-text: #000000; + --accent: #ffffff; + --background-accent: #e1b875; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);