From 1559f32a1f3eb117d719b19d28de66585921fbe6 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 03:33:22 +0000 Subject: [PATCH] Update theme colors --- src/app/styles/variables.css | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 1cef14e..0420866 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -11,14 +11,14 @@ --background-accent: #ffffff; */ --background: #0a0a0a; - --card: #161616; - --foreground: #ffffff; - --primary-cta: #FFD700; - --primary-cta-text: #000000; - --secondary-cta: #00A3FF; - --secondary-cta-text: #ffffff; - --accent: #333333; - --background-accent: #1a1a1a; + --card: #1a1a1a; + --foreground: #f5fffae6; + --primary-cta: #80da9b; + --primary-cta-text: #0a0a0a; + --secondary-cta: #1a1a1a; + --secondary-cta-text: #f5fffae6; + --accent: #737373; + --background-accent: #737373; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1