From d41bb50a2593f5b04445ae286acbb726268c1b99 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 02:27:59 +0000 Subject: [PATCH] Update theme colors --- src/app/styles/variables.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 66825a9..2a11513 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -18,7 +18,7 @@ --secondary-cta: #f9f9f9; --secondary-cta-text: #000612e6; --accent: #00afff; - --background-accent: #9600FA; + --background-accent: #00c9fa; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1