From 313b7273c287d6f046a92383774046ab3dfa001c Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 22 May 2026 04:25:26 +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 e1f9523..e803843 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #fbfbfb; + --background: #fafffb; --card: #ffffff; - --foreground: #1a1a1a; - --primary-cta: #2b2b2b; - --primary-cta-text: #ffffff; - --secondary-cta: #efefef; - --secondary-cta-text: #1e3a5f; - --accent: #d4af37; - --background-accent: #fdfbf7; + --foreground: #001a0a; + --primary-cta: #0a705f; + --primary-cta-text: #fafffb; + --secondary-cta: #ffffff; + --secondary-cta-text: #001a0a; + --accent: #a8d9be; + --background-accent: #6bbfb8; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1