From 22fdb19d7fce74fb31f7b1153ee756f57f2df638 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 15 May 2026 13:10:16 +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 b0e4db0..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: #1a1614; - --primary-cta: #c19a6b; - --primary-cta-text: #ffffff; - --secondary-cta: #1a1614; - --secondary-cta-text: #ffffff; - --accent: #e5d3b3; - --background-accent: #f3eada; + --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