From f539f5bfbd40552372429d3780eefe6adee4443f Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 1 May 2026 03:19: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 1f21d0f..692740b 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #0a0a0a; - --card: #1a1a1a; - --foreground: #ffffffe6; - --primary-cta: #e6e6e6; + --background: #f5f4ef; + --card: #dad6cd; + --foreground: #2a2928; + --primary-cta: #2a2928; --primary-cta-text: #ffffff; - --secondary-cta: #1a1a1a; + --secondary-cta: #ecebea; --secondary-cta-text: #000612; - --accent: #737373; - --background-accent: #737373; + --accent: #ffffff; + --background-accent: #ffffff; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);