From d889e5b6dd92232c47270872c8b5e657c0bb1cfe Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 16 Apr 2026 13:40:51 +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 5f144b6..00952b1 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #fafffb; - --card: #f7fffa; - --foreground: #001a0a; - --primary-cta: #0a7039; + --background: #020617; + --card: #0f172a; + --foreground: #e2e8f0; + --primary-cta: #c4d8f9; --primary-cta-text: #fafffb; - --secondary-cta: #ffffff; + --secondary-cta: #041633; --secondary-cta-text: #001a0a; - --accent: #a8d9be; - --background-accent: #6bbf8e; + --accent: #2d30f3; + --background-accent: #1d4ed8; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);