From e33161f77a47f788100960d60b84ea67ee9983c1 Mon Sep 17 00:00:00 2001 From: Justin Tadlock Date: Sat, 28 Sep 2024 18:22:33 -0500 Subject: [PATCH] Lighten the default text for Section 3. --- theme.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme.json b/theme.json index 9b8fec9..d083dc7 100644 --- a/theme.json +++ b/theme.json @@ -925,7 +925,7 @@ } }, "text": { - "default": "var:preset|color|primary-100", + "default": "var:preset|color|primary-50", "muted": "var:preset|color|primary-200", "primary": "var:preset|color|primary-300", "on-primary": "var:preset|color|primary-800",