From 57021b52668162bd7af5710afd4fbf2678dca724 Mon Sep 17 00:00:00 2001 From: Antoine M Date: Fri, 24 Nov 2023 17:58:59 +0100 Subject: [PATCH] fixing list color problem for highlight --- resources/css/blocks/highlight.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/resources/css/blocks/highlight.css b/resources/css/blocks/highlight.css index c68d87a..2ad7ff1 100644 --- a/resources/css/blocks/highlight.css +++ b/resources/css/blocks/highlight.css @@ -80,7 +80,11 @@ p > a { @apply !text-primary font-bold; } - + ul li { + &:before { + @apply !bg-secondary; + } + } &:after { @apply absolute block