{ "$schema": "https://schemas.wp.org/trunk/theme.json", "version": 3, "title": "Rounded Corners", "blockTypes": [ "core/image", "core/cover" ], "styles": { "css": ".wp-block-image.is-style-rounded-corners, .wp-block-cover.is-style-rounded-corners { border-radius: 20px !important; overflow: hidden; } .wp-block-image.is-style-rounded-corners img, .wp-block-cover.is-style-rounded-corners .wp-block-cover__image-background, .wp-block-cover.is-style-rounded-corners .wp-block-cover__video-background { border-radius: inherit !important; }" } }