From 0974fa530bab53cb6ff7be44b0aed9466c1c6d05 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 22:39:41 +0000 Subject: [PATCH] Update theme colors --- src/app/styles/variables.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 539ce00..3e2c0c2 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -17,8 +17,8 @@ --primary-cta-text: #f5f5f5; --secondary-cta: #ffffff; --secondary-cta-text: #1c1c1c; - --accent: #15479c; - --background-accent: #a8cce8; + --accent: #659eff; + --background-accent: #f3b000; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);