diff --git a/resources/css/editor-content/gutenberg.css b/resources/css/editor-content/gutenberg.css index 921ca7f..97ecf4c 100644 --- a/resources/css/editor-content/gutenberg.css +++ b/resources/css/editor-content/gutenberg.css @@ -75,6 +75,15 @@ article > *:not(.entry-content, .chapter-header-block), } } +.wp-block-buttons { + @apply flex; +} +.wp-block-button.is-style-outline { + .wp-block-button__link { + @apply cta cta--outline cta--button; + } +} + .entry-content, .page-content, .homegrade-page-container {