From 8ddc6641ff770b33efb56bc4feeedf1d09fa3d42 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 29 Mar 2026 21:58:16 +0000 Subject: [PATCH] Update src/app/styles/variables.css --- src/app/styles/variables.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 9a96bb9..decf33f 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -15,10 +15,10 @@ --foreground: #f5f5f5; --primary-cta: #1f7cff; --primary-cta-text: #ffffff; - --secondary-cta: #010101; + --secondary-cta: #1a1a1a; --secondary-cta-text: #ffffff; - --accent: #737373; - --background-accent: #1f7cff; + --accent: #333333; + --background-accent: #262626; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);