From bec4286a379e2bdcd256e77ae93ae4c6eab52cfc Mon Sep 17 00:00:00 2001 From: Aadil Ayub Date: Wed, 8 May 2024 16:16:02 +0500 Subject: [PATCH] define heading colors --- theme.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/theme.json b/theme.json index ac6d4d0..8842369 100644 --- a/theme.json +++ b/theme.json @@ -226,6 +226,14 @@ "typography": { "fontSize": "40px", "fontWeight": "400" + }, + "color": { + "text": "var(--wp--preset--color--main-purple)" + } + }, + "core/heading": { + "color": { + "text": "var(--wp--preset--color--main-purple)" } } },