diff --git a/theme.json b/theme.json index 1139d0d4..2e6bb7b0 100644 --- a/theme.json +++ b/theme.json @@ -459,6 +459,9 @@ "fontSize": "var(--wp--preset--font-size--small)" } }, + "core/post-comments-form": { + "css": "& textarea, input{border-radius:.33rem}" + }, "core/comments-pagination": { "typography": { "fontSize": "var(--wp--preset--font-size--small)" @@ -507,6 +510,9 @@ } } }, + "core/loginout": { + "css": "& input{border-radius:.33rem;padding:calc(0.667em + 2px);border:1px solid #949494;}" + }, "core/navigation": { "elements": { "link": { @@ -716,9 +722,16 @@ } }, "core/search": { + "css": "& .wp-block-search__input{border-radius:.33rem}", "typography": { - "fontSize": "var(--wp--preset--font-size--small)", - "fontWeight": "600" + "fontSize": "var(--wp--preset--font-size--small)" + }, + "elements": { + "button": { + "border": { + "radius": { "ref": "styles.elements.button.border.radius" } + } + } } }, "core/separator": {