From 33d57d60a189589397a1527507e39ca52f803068 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 18 Apr 2026 10:47:44 +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 5f75610..c2151fe 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -17,7 +17,7 @@ --primary-cta-text: #fffefe; --secondary-cta: #e7eecd; --secondary-cta-text: #080908; - --accent: #8ddcdf; + --accent: #e2e635; --background-accent: #ecebe4; /* text sizing - set by ThemeProvider */ -- 2.49.1