From ff49b9fdceb40d9daa382cebcf711c4bf2fe14c1 Mon Sep 17 00:00:00 2001 From: Antoine M Date: Mon, 24 Jun 2024 17:00:05 +0200 Subject: [PATCH] fixing ul and ol colors on conseils (and pages) --- resources/css/blocks/highlight.css | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) 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; + } +}