From eade7f56bc14f818c26e82b2613d59c3fe3cde39 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 21:13:36 +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 212cef3..4b446dc 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -17,7 +17,7 @@ --primary-cta-text: #010912; --secondary-cta: #0e1a29; --secondary-cta-text: #ffffff; - --accent: #3f5c79; + --accent: #a7afb7; --background-accent: #004a93; /* text sizing - set by ThemeProvider */ -- 2.49.1