{ "$schema": "https://schemas.wp.org/trunk/theme.json", "version": 3, "title": "Pill", "slug": "pill", "blockTypes": ["core/post-terms"], "styles": { "css": "& {display:flex;gap:10px;flex-wrap:wrap;align-items:center;} &.taxonomy-category .wp-block-post-terms__separator {display:none;}", "elements": { "link": { "css": "& {transition: all ease-in-out var(--theme-component-transition-duration, 0.2s) !important;}", "color": { "text": "var:preset|color|brandy-foreground", "background": "var:preset|color|brandy-gray-3" }, "spacing": { "padding": { "top": "6px", "left": "10px", "right": "10px", "bottom": "6px" } }, "border": { "radius": "6px" }, ":hover": { "color": { "background": "var:preset|color|brandy-gray-4" } } } } } }