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