From b4305a9ff214c71e85d4dc8f0e40a00df094e1db Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 20:24:16 +0000 Subject: [PATCH] Update src/app/styles/variables.css --- 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 b7afc67..1d0d94e 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #f5f4ef; - --card: #dad6cd; - --foreground: #2a2928; - --primary-cta: #2a2928; + --background: #fbfbfb; + --card: #ffffff; + --foreground: #0a0a0a; + --primary-cta: #1d4ed8; --primary-cta-text: #f5f4ef; - --secondary-cta: #ecebea; + --secondary-cta: #f1f5f9; --secondary-cta-text: #2a2928; - --accent: #ffffff; - --background-accent: #c6b180; + --accent: #3b82f6; + --background-accent: #e2e8f0; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);