From 009a02cf7a25dc336d1492391dbd8e6c798f0f05 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 23 May 2026 23:41:04 +0000 Subject: [PATCH] Update src/app/styles/variables.css --- src/app/styles/variables.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index a0b2bf1..1d13883 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #fbfbfb; - --card: #ffffff; - --foreground: #0a0a0a; - --primary-cta: #111827; + --background: #ffffff; + --card: #f9f9f9; + --foreground: #111827; + --primary-cta: #15479c; --primary-cta-text: #ffffff; - --secondary-cta: #f3f4f6; + --secondary-cta: #e2e8f0; --secondary-cta-text: #000612e6; --accent: #e5e7eb; - --background-accent: #f9fafb; + --background-accent: #f3f4f6; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);