From aa1c7d7e8cac0a05fca3d148d8eef2fe00690848 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 18 May 2026 16:56:02 +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 d7c3201..8d5ea98 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -15,7 +15,7 @@ --foreground: #f0f8ff; --primary-cta: #0c8129; --primary-cta-text: #000000; - --secondary-cta: #002b5c; + --secondary-cta: #0cd952; --secondary-cta-text: #ffffff; --accent: #3b82f6; --background-accent: #1e3a8a;