From 8dd8a9dfc2650679fa7c5afbc0d69d9513b4bd9f Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 14 May 2026 01:25:53 +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 1fa169e..9e7ec51 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -17,7 +17,7 @@ --primary-cta-text: #fafffb; --secondary-cta: #ffffff; --secondary-cta-text: #001a0a; - --accent: #a8d9be; + --accent: #0F3D2E; --background-accent: #165B45; /* text sizing - set by ThemeProvider */