From fcfb3962c4ce47eff19604cbb4a8667bad0e6793 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 24 Apr 2026 17:50:55 +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 531b4bf..438316b 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: #ffffff; + --card: #f9f9f9; + --foreground: #1A1A1A; + --primary-cta: #E67E22; --primary-cta-text: #ffffff; - --secondary-cta: #041633; + --secondary-cta: #2980B9; --secondary-cta-text: #ffffff; - --accent: #2d30f3; - --background-accent: #1d4ed8; + --accent: #E67E22; + --background-accent: #FFF3E0; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);