diff --git a/resources/css/blocks/highlight.css b/resources/css/blocks/highlight.css index 2852d85..6c0bd00 100644 --- a/resources/css/blocks/highlight.css +++ b/resources/css/blocks/highlight.css @@ -38,10 +38,12 @@ } &--classic { @apply bg-primary text-white; - .icon, - .wp-block-button__link { + .icon { @apply bg-secondary; } + .wp-block-button__link { + @apply cta cta--secondary; + } a { @apply !text-white; } @@ -54,11 +56,16 @@ } &--warning { @apply !bg-transparent !relative !text-secondary; - .icon, - .wp-element-button, - ul li:before { + + .icon { @apply !bg-secondary; } + .wp-block-button__link { + @apply cta cta--secondary; + } + wp-block-button__link ul li:before { + @apply bg-secondary; + } .homegrade-blocks-highlight__block-title, *::marker { @apply !text-secondary;