From a598ace3d9fec9c05137bf24c007d57ab20effec Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 22 May 2026 23:55:30 +0000 Subject: [PATCH] Update theme colors --- src/app/styles/variables.css | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 9535af8..e803843 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #fdfbf8; - --card: #fdf5ef; - --foreground: #4a4038; - --primary-cta: #c5a059; - --primary-cta-text: #ffffff; - --secondary-cta: #fdf5ef; - --secondary-cta-text: #4a4038; - --accent: #e6d7c1; - --background-accent: #f3eee6; + --background: #fafffb; + --card: #ffffff; + --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