diff --git a/resources/css/blocks/highlight.css b/resources/css/blocks/highlight.css index 7ae1293..4f4df64 100644 --- a/resources/css/blocks/highlight.css +++ b/resources/css/blocks/highlight.css @@ -85,13 +85,8 @@ filter: brightness(0) invert(1) opacity(90%); } } - ol li::marker { - @apply !text-white; - } - ul li:before { - @apply bg-white; - } } + &--warning { @apply !bg-transparent !relative !text-secondary; @@ -144,3 +139,12 @@ @apply bg-gray; } } + +.page { + .homegrade-blocks-highlight--classic ul li:before { + @apply bg-white; + } + .homegrade-blocks-highlight--classic ol li::marker { + @apply !text-white; + } +}