From 2fcf10db3751af1e3f7442d1c4627eef436ee6f9 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 11 Jun 2026 02:15:02 +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 8ef94eb..e0033cf 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #FDF9F5; - --card: #F7F0E8; - --foreground: #3A1C0B; - --primary-cta: #9C2E35; - --primary-cta-text: #FFFFFF; - --secondary-cta: #E8DCCB; - --secondary-cta-text: #3A1C0B; - --accent: #F2A900; - --background-accent: #D4BBA6; + --background: #fffafa; + --card: #ffffff; + --foreground: #1a0000; + --primary-cta: #e63946; + --primary-cta-text: #fffafa; + --secondary-cta: #ffffff; + --secondary-cta-text: #1a0000; + --accent: #f5c4c7; + --background-accent: #f09199; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);