From 24af4fcc687a8e54bbc4a024314122fa61a5638e Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 20 Apr 2026 13:48:46 +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 00cb339..28537f3 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -15,7 +15,7 @@ --foreground: #000000; --primary-cta: #230eff; --primary-cta-text: #ffffff; - --secondary-cta: #ffa1a1; + --secondary-cta: #e5e5e5; --secondary-cta-text: #ffffff; --accent: #e2e2e2; --background-accent: #f9f9f9; -- 2.49.1