From e52d237b5e6996d791b31c84926c64c5831d1b41 Mon Sep 17 00:00:00 2001 From: Antoine M Date: Thu, 16 Nov 2023 14:08:18 +0100 Subject: [PATCH] handling ul and ol on classic version --- resources/css/blocks/highlight.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/resources/css/blocks/highlight.css b/resources/css/blocks/highlight.css index a0b2299..2852d85 100644 --- a/resources/css/blocks/highlight.css +++ b/resources/css/blocks/highlight.css @@ -42,6 +42,15 @@ .wp-block-button__link { @apply bg-secondary; } + a { + @apply !text-white; + } + ol li::marker { + @apply !text-white; + } + ul li:before { + @apply bg-white; + } } &--warning { @apply !bg-transparent !relative !text-secondary;