From decb995edc6110c4526d62c4c2f1d3205fa56b91 Mon Sep 17 00:00:00 2001 From: Aadil Ayub Date: Thu, 9 May 2024 14:31:24 +0500 Subject: [PATCH] style separator block --- theme.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/theme.json b/theme.json index e5c86c2..2195144 100644 --- a/theme.json +++ b/theme.json @@ -263,7 +263,17 @@ "fontSize": "var(--wp--preset--font-size--small)", "textTransform": "uppercase" } - } + }, + "core/separator": { + "border": { + "color": "currentColor", + "style": "solid", + "width": "0 0 1px 0" + }, + "color": { + "text": "var(--wp--preset--color--main-green)" + } + } }, "elements": { "h1": {