diff --git a/resources/css/editor-content/gutenberg.css b/resources/css/editor-content/gutenberg.css index a12e06f..b660f71 100644 --- a/resources/css/editor-content/gutenberg.css +++ b/resources/css/editor-content/gutenberg.css @@ -123,4 +123,18 @@ article > *:not(.entry-content, .chapter-header-block), ul li:before { @apply bg-secondary; } + + .wp-block-button__link { + @apply cta cta--secondary; + } + + .homegrade-blocks-card { + h2, + h3, + h4, + h5, + h6 { + @apply text-secondary; + } + } } diff --git a/resources/css/editor-content/page-content.css b/resources/css/editor-content/page-content.css index b900462..4eca16f 100644 --- a/resources/css/editor-content/page-content.css +++ b/resources/css/editor-content/page-content.css @@ -1,8 +1,11 @@ -.homegrade-page-container{ - ul li, - ol li{ - - - } - -} \ No newline at end of file +.homegrade-page-container { + .column-card { + h2, + h3, + h4, + h5, + h6 { + @apply text-secondary; + } + } +}