{ "version": 3, "$schema": "https://schemas.wp.org/trunk/theme.json", "title": "Pill Outline", "slug": "post-terms-2", "blockTypes": [ "core/post-terms" ], "styles": { "css": "& { display: block; } & span:not([class], [data-rich-text-placeholder]) { display: inline-block; border: 1px solid var(--wp--preset--color--primary); border-radius: 100px; padding: 8px 12px;} & span:not([class], [data-rich-text-placeholder]):hover{ border: 1px solid var(--wp--preset--color--secondary-500); text-decoration: none !important; }", "elements": { "link": { "css": "& { display: inline-block; }", "border": { "color": "var(--wp--preset--color--primary)", "radius": "100px", "width": "1px", "style": "solid" }, "spacing": { "margin": { "top": "2px", "bottom": "2px" }, "padding": { "top": "8px", "right": "12px", "bottom": "8px", "left": "12px" } }, "typography": { "fontSize": "var(--wp--preset--font-size--minute)", "fontWeight": "normal", "fontStyle": "normal", "lineHeight": "var(--wp--custom--global--line-height--petite)", "textDecoration": "none" }, ":hover": { "border": { "color": "var(--wp--preset--color--secondary-500)" } } } } } }