Skip to content

Instantly share code, notes, and snippets.

@tdmrhn
Created October 9, 2024 07:57
Show Gist options
  • Save tdmrhn/dbd2d4ff85bf6a4fb56dd44a6829c750 to your computer and use it in GitHub Desktop.
Save tdmrhn/dbd2d4ff85bf6a4fb56dd44a6829c750 to your computer and use it in GitHub Desktop.
Blocksy 2 - WP core Tag block button type styling
.wp-block-post-terms a { background: var(--theme-palette-color-1); color: var(--theme-palette-color-8); padding: 5px 12px; border-radius: 5px; }
.wp-block-post-terms a:hover { background: var(--theme-palette-color-2); }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment