From df353d9825dae17850593638322736205d440f14 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 15 Mar 2026 07:52:50 +0000 Subject: [PATCH] Update theme colors --- src/app/styles/variables.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index d12c3c0..11ed02d 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -12,13 +12,13 @@ --background: #f7f6f7; --card: #ffffff; - --foreground: #250c0d; - --primary-cta: #b82b40; + --foreground: #7f5200; + --primary-cta: #f1bc1d; --primary-cta-text: #f7f6f7; --secondary-cta: #ffffff; --secondary-cta-text: #250c0d; - --accent: #b90941; - --background-accent: #e8a8b6; + --accent: #F1BC1D; + --background-accent: #e8dba7; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1