From 2ba52e31041b7432f23ca017d4004515c535eb1c Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 10 Jun 2026 11:38:15 +0000 Subject: [PATCH] Update theme colors --- src/app/styles/variables.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 32083d5..d60c0a4 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -12,13 +12,13 @@ --background: #e3deea; --card: #ffffff; - --foreground: #27231f; - --primary-cta: #27231f; + --foreground: #1f2027; + --primary-cta: #1f2027; --primary-cta-text: #e3deea; --secondary-cta: #ffffff; - --secondary-cta-text: #27231f; - --accent: #c68a62; - --background-accent: #c68a62; + --secondary-cta-text: #1f2027; + --accent: #627dc6; + --background-accent: #627dc6; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);