From b593575b099028be799c3fad88bb05d466d22a81 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 7 May 2026 23:33:55 +0000 Subject: [PATCH] Update theme colors --- src/app/styles/variables.css | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 734fea2..19f4137 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: #06b6d4; - --primary-cta-text: #280101; - --secondary-cta: #38bdf8; - --secondary-cta-text: #f6d4d4; - --accent: #2563eb; - --background-accent: #1e293b; + --background: #0a0a0a; + --card: #1a1a1a; + --foreground: #ffffffe6; + --primary-cta: #e6e6e6; + --primary-cta-text: #0a0a0a; + --secondary-cta: #1a1a1a; + --secondary-cta-text: #ffffffe6; + --accent: #737373; + --background-accent: #737373; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);