better handling of core list
This commit is contained in:
parent
a4e49f2e74
commit
4ecc107578
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user