_post-terms.scss 342 B

123456789101112131415161718
  1. .post-tags-container {
  2. .taxonomy-post_tag.wp-block-post-terms {
  3. display: flex;
  4. flex-wrap: wrap;
  5. gap: var(--wp--custom--gap--baseline, 1em);
  6. a {
  7. background: var(--wp--custom--color--tertiary);
  8. border-radius: 100px;
  9. font-weight: 600;
  10. padding: 10px 20px;
  11. }
  12. .wp-block-post-terms__separator {
  13. display: none;
  14. }
  15. }
  16. }