From c72d7922fee84b0bd02510bee03edafb5eebc148 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 18:26:26 +0000 Subject: [PATCH] Update src/app/styles/variables.css --- src/app/styles/variables.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 717d62c..3c90414 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -5,20 +5,20 @@ /* --background: #f5f5f5;; --card: #ffffff;; --foreground: #1c1c1c;; - --primary-cta: #0F3DFF;; + --primary-cta: #1f7cff;; --secondary-cta: #ffffff;; - --accent: #FF6D3A;; - --background-accent: #E8F0FF;; */ + --accent: #ff6207;; + --background-accent: #e8a8b6;; */ --background: #f5f5f5;; --card: #ffffff;; --foreground: #1c1c1c;; - --primary-cta: #0F3DFF;; + --primary-cta: #1f7cff;; --primary-cta-text: #f5f5f5;; --secondary-cta: #ffffff;; --secondary-cta-text: #1c1c1c;; - --accent: #FF6D3A;; - --background-accent: #E8F0FF;; + --accent: #ff6207;; + --background-accent: #e8a8b6;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);