From aff91f42adaf57159ca5cb4dba3c21763cce788a Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 07:49:02 +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 69f3aba..c5a9b4c 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: #f5f5f5; - --primary-cta: #dfff1c; + --background: #ffffff; + --card: #f0f9fa; + --foreground: #002022; + --primary-cta: #0891b2; --primary-cta-text: #fcf6ec; - --secondary-cta: #1a1a1a; + --secondary-cta: #f0f9fa; --secondary-cta-text: #2e2521; - --accent: #8b9a1b; - --background-accent: #5d6b00; + --accent: #bae6fd; + --background-accent: #22d3ee; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);