better handling of core list

This commit is contained in:
Antoine M 2023-11-08 15:43:25 +01:00
parent a4e49f2e74
commit 4ecc107578

View File

@ -83,7 +83,7 @@ article > *:not(.entry-content, .chapter-header-block),
} }
p, p,
ul, ul.wp-block-list,
ol { ol {
a { a {
@apply text-primary font-bold underline underline-offset-4; @apply text-primary font-bold underline underline-offset-4;
@ -103,7 +103,7 @@ article > *:not(.entry-content, .chapter-header-block),
padding: 0.15rem 0; padding: 0.15rem 0;
@apply relative pl-5; @apply relative pl-5;
} }
ul li:before { ul.wp-block-list li:before {
@apply absolute left-0; @apply absolute left-0;
content: ''; content: '';
display: inline-block; display: inline-block;