From a98ad73138cb080fb704f4e983d9a6e40cdab440 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 15:15:41 +0000 Subject: [PATCH] Update src/app/styles/variables.css --- 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 539ce00..d0febb0 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #f5f5f5; + --background: #f7f6f7; --card: #ffffff; - --foreground: #1c1c1c; - --primary-cta: #1c1c1c; + --foreground: #1b0c25; + --primary-cta: #1b0c25; --primary-cta-text: #f5f5f5; --secondary-cta: #ffffff; --secondary-cta-text: #1c1c1c; - --accent: #15479c; - --background-accent: #a8cce8; + --accent: #ff93e4; + --background-accent: #e8a8c3; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);