diff --git a/resources/css/editor-style.css b/resources/css/editor-style.css index db358b2..1b6dfdb 100644 --- a/resources/css/editor-style.css +++ b/resources/css/editor-style.css @@ -95,3 +95,18 @@ p { .homegrade-content-blocks-grey-box { /* max-width: 100% !important; */ } + +.homegrade-blocks-highlight--warning { + .wp-block-button__link { + @apply !bg-secondary; + } +} + +.homegrade-blocks-plus-loin { + ol li::marker { + @apply !text-white; + } + ul li:before { + @apply !bg-white; + } +}