From 3d315ae6ef16dd03bf3fbc768a564ff2b0a9f9f9 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 1 Apr 2026 05:33:01 +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 d0a988e..be2399e 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #fcfcfc; - --card: #ffffff; - --foreground: #0a192f; - --primary-cta: #0056b3; + --background: #fbfbfb; + --card: #f2f2f2; + --foreground: #1a1a1a; + --primary-cta: #0a2540; --primary-cta-text: #ffffff; - --secondary-cta: #f0f4f8; + --secondary-cta: #e5e7eb; --secondary-cta-text: #0a192f; - --accent: #d1d5db; - --background-accent: #e5e7eb; + --accent: #c19a6b; + --background-accent: #e8e1d5; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);