{ "version": 3, "$schema": "https://schemas.wp.org/trunk/theme.json", "title": "Comic", "slug": "image-1", "blockTypes": [ "core/image", "core/post-featured-image" ], "styles": { "css": "& border-color: var(--wp--preset--color--primary-900); border-style: solid; border-width: 3px 3px 5px 5px; border-radius: 4% 95% 6% 95% / 95% 4% 92% 5%; padding: 1px; transition: all .2s ease-out; &:hover { border-color: var(--wp--preset--color--primary); border-width: 5px 5px 7px 7px; }" } }