don't show markers on role=list
This commit is contained in:
parent
0643332deb
commit
71dd73fb29
1 changed files with 2 additions and 1 deletions
|
|
@ -45,8 +45,9 @@
|
|||
.prose :where(ul:not(.grid), ol:not(.grid)) {
|
||||
padding-inline-start: 1.5ch;
|
||||
}
|
||||
|
||||
/* marker only for "regular lists" */
|
||||
.prose :where(ul:not(.grid)) li::marker {
|
||||
.prose :where(ul:not(.grid):not([role='list'])) li::marker {
|
||||
color: var(--color-primary);
|
||||
content: '– ';
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue