From f42cdd1f2c7f38723e103d71cc4f93129cab84c4 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 16:29:27 +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 0da59f4..b7afc67 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #fcfaf5; - --card: #f9f6f0; - --foreground: #2b180a; - --primary-cta: #c68a62; - --primary-cta-text: #ffffff; - --secondary-cta: #fcfaf5; - --secondary-cta-text: #2b180a; - --accent: #f5d1b5; - --background-accent: #e3d5c5; + --background: #f5f4ef; + --card: #dad6cd; + --foreground: #2a2928; + --primary-cta: #2a2928; + --primary-cta-text: #f5f4ef; + --secondary-cta: #ecebea; + --secondary-cta-text: #2a2928; + --accent: #ffffff; + --background-accent: #c6b180; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);