From a24df28cdbc3ded08cb35ee83fced447aac283c7 Mon Sep 17 00:00:00 2001 From: Juan Aldasoro Date: Mon, 28 Oct 2024 20:17:45 +0100 Subject: [PATCH] Apply suggestions from code review --- styles/05-twilight.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles/05-twilight.json b/styles/05-twilight.json index 4ee25626..994293f7 100644 --- a/styles/05-twilight.json +++ b/styles/05-twilight.json @@ -245,7 +245,7 @@ "css": "& textarea, input:not([type=submit]){border-radius:.25rem; border-color: color-mix(in srgb, currentColor 20%, transparent) !important;} & input[type=checkbox]{margin:0 .2rem 0 0 !important;} & label {font-size: var(--wp--preset--font-size--small); }" }, "core/search": { - "css": "& .wp-block-search__input{border-color: color-mix(in srgb, currentColor 20%, transparent) !important;}" + "css": "& .wp-block-search__input{border-color: color-mix(in srgb, currentColor 20%, transparent);}" } } }