Skip to content

Instantly share code, notes, and snippets.

@interplaydesign
Created March 2, 2021 21:22
Show Gist options
  • Select an option

  • Save interplaydesign/66c9636619246b3cd694b0bbc408ce76 to your computer and use it in GitHub Desktop.

Select an option

Save interplaydesign/66c9636619246b3cd694b0bbc408ce76 to your computer and use it in GitHub Desktop.
Block Customization Plugin 4 css/core-block-customizations.css
.is-style-fancy-quote {
font-size: 3rem;
font-style: italic;
}
/**
* Used to style our customizations or add CSS animations
*/
.is-style-fancy-paragraph {
font-size: 125%;
font-style: italic;
margin-left: -3rem;
margin-right: -3rem;
}
.is-style-minimal-button .wp-block-button__link{
background: transparent;
border: 0px;
color: inherit;
padding:0px;
}
.vector-one{
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment