From 8e2f2ef285e94603eba8dfbf11f7084b10426a86 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 9 Jun 2026 23:15:28 +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 571f6aa..2778083 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #020617; - --card: #0f172a; - --foreground: #e2e8f0; - --primary-cta: #c4d8f9; + --background: #f5f4f0; + --card: #ffffff; + --foreground: #1a1a1a; + --primary-cta: #2c2c2c; --primary-cta-text: #020617; - --secondary-cta: #041633; + --secondary-cta: #f5f4f0; --secondary-cta-text: #e2e8f0; - --accent: #2d30f3; - --background-accent: #1d4ed8; + --accent: #8a8a8a; + --background-accent: #e8e6e1; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);