From 5f2cd17d7ad9e8903dda8517a90d992a3111f795 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 22:26:51 +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 c120f89..40469e2 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -15,7 +15,7 @@ --foreground: #000612e6; --primary-cta: #15479c; --primary-cta-text: #221616; - --secondary-cta: #f9f9f9; + --secondary-cta: #281a1a; --secondary-cta-text: #000612e6; --accent: #e2e2e2; --background-accent: #c4c4c4; -- 2.49.1