From e87794adb73a8fb1364bdbde5cd228d3e4ea7086 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 11:03:42 +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..07fbb5b 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: #ffffff; + --card: #f9f9f9; + --foreground: #151B54; + --primary-cta: #1E90FF; --primary-cta-text: #f5f4ef; - --secondary-cta: #ecebea; + --secondary-cta: #f9f9f9; --secondary-cta-text: #2a2928; - --accent: #ffffff; - --background-accent: #c6b180; + --accent: #1E90FF; + --background-accent: #e6f0ff; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);