From 555e0d32ee37b41feea310e86a704a3de7b8692c Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 17:56:37 +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 41c0828..a7b0ad1 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: #b90941; - --background-accent: #e8a8b6; + --accent: #3b18ff; + --background-accent: #1f1eec; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1