From e07c8a81f16147734e0102b275ace60db81354c1 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 13:41:58 +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 731dacb..d45b6e6 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #f7f6f7; - --card: #ffffff; - --foreground: #1a1a1a; - --primary-cta: #2c2c2c; - --primary-cta-text: #f7f6f7; + --background: #fcf6ec; + --card: #f3ede2; + --foreground: #2e2521; + --primary-cta: #2e2521; + --primary-cta-text: #fcf6ec; --secondary-cta: #ffffff; - --secondary-cta-text: #0c1325; - --accent: #5a5a5a; - --background-accent: #e0e0e0; + --secondary-cta-text: #2e2521; + --accent: #b2a28b; + --background-accent: #b2a28b; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1