From bfe229c95acebf0f9f64f54283ac9b0338408e27 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 19 Apr 2026 23:36:21 +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 7a12233..b881e4c 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -18,7 +18,7 @@ --secondary-cta: #ffffff; --secondary-cta-text: #1a0000; --accent: #f5c4c7; - --background-accent: #f09199; + --background-accent: #fbced2; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1