From fcbdc23b00969cf74427b1f88521da847ade3ad1 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 16 Apr 2026 09:29:00 +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 2758245..1955917 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -18,7 +18,7 @@ --secondary-cta: #ffffff; --secondary-cta-text: #0c1325; --accent: #93b7ff; - --background-accent: #a8bae8; + --background-accent: #acc3ff; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1