From b3af26c3fc1e091dfd0cfaa7265b991218e7849d Mon Sep 17 00:00:00 2001 From: Aadil Ayub Date: Thu, 30 May 2024 14:43:05 +0500 Subject: [PATCH] style lists --- theme.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/theme.json b/theme.json index fadca2b..9fdb6a6 100644 --- a/theme.json +++ b/theme.json @@ -531,6 +531,17 @@ "lineHeight": "1.0" } }, + "core/list": { + "color": { + "text": "var(--wp--preset--color--black)" + }, + "css": "list-style-type: square;", + "typography": { + "fontFamily": "var(--wp--preset--font-family--instrument-sans)", + "fontSize": "var(--wp--preset--font-size--medium)", + "lineHeight": "1.45" + } + }, "core/paragraph": { "color": { "text": "var(--wp--preset--color--black)"