From c07e31b6d7416496127dbc52c2bd81572b3b64ce Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 31 Mar 2026 18:57:26 +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 2cd3674..fe53d78 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #010912; - --card: #152840; - --foreground: #e6f0ff; - --primary-cta: #cee7ff; + --background: #ffffff; + --card: #f9f9f9; + --foreground: #1a1a1a; + --primary-cta: #1c1c1c; --primary-cta-text: #f5f4f0; - --secondary-cta: #0e1a29; + --secondary-cta: #f0f0f0; --secondary-cta-text: #1a1a1a; - --accent: #3f5c79; - --background-accent: #004a93; + --accent: #e5e5e5; + --background-accent: #f4f4f4; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);