From 5bd555758bbf08a35bbb2e4af0dd0208bb58fd7a Mon Sep 17 00:00:00 2001 From: Aadil Ayub Date: Mon, 13 May 2024 15:59:52 +0500 Subject: [PATCH] style list items --- theme.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/theme.json b/theme.json index 4d77722..decbf8b 100644 --- a/theme.json +++ b/theme.json @@ -333,6 +333,15 @@ } } }, + "core/list-item": { + "css": "&::marker { color: var(--wp--preset--color--main-green); }", + "spacing": { + "padding": { + "top": "0.67rem", + "bottom": "0.67rem" + } + } + }, "core/separator": { "border": { "color": "currentColor",