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