From fad43e5d4d11e57723ffab2c4dcf070a3091e2e8 Mon Sep 17 00:00:00 2001 From: Aadil Ayub Date: Thu, 9 May 2024 16:52:28 +0500 Subject: [PATCH] tweak separator style --- theme.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/theme.json b/theme.json index 7ee3a60..02a9025 100644 --- a/theme.json +++ b/theme.json @@ -320,10 +320,10 @@ "border": { "color": "currentColor", "style": "solid", - "width": "0 0 1px 0" + "width": "0 0 3px 0" }, "color": { - "text": "var(--wp--preset--color--main-green)" + "text": "var(--wp--preset--color--main-purple)" } } },