From d8d416acc9753b703e6b1847ee36904ede0fcef7 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 21:34:28 +0000 Subject: [PATCH] Update theme colors --- src/app/styles/variables.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index d45b6e6..f3474b8 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #fcf6ec; - --card: #f3ede2; - --foreground: #2e2521; - --primary-cta: #2e2521; - --primary-cta-text: #fcf6ec; - --secondary-cta: #ffffff; + --background: #FFFFFf; + --card: #F8F9Fa; + --foreground: #2E2521; + --primary-cta: #2E2521; + --primary-cta-text: #FFFFFf; + --secondary-cta: #E3F2Fd; --secondary-cta-text: #2e2521; --accent: #b2a28b; - --background-accent: #b2a28b; + --background-accent: #B2D8D8; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1