diff --git a/themes/wporg-5ftf-2024/src/style/style.scss b/themes/wporg-5ftf-2024/src/style/style.scss index 1d9fea4..0340fc5 100644 --- a/themes/wporg-5ftf-2024/src/style/style.scss +++ b/themes/wporg-5ftf-2024/src/style/style.scss @@ -13,3 +13,8 @@ border-radius: 2px; box-shadow: 0 0 0 1.5px currentColor; } + +/* Remove border from search form. */ +.wp-block-search { + --wp--custom--form--border--width: 0; +}