adjust ol spacing and ul list style
This commit is contained in:
parent
86837a0c33
commit
2bce4e4851
2 changed files with 6 additions and 7 deletions
|
|
@ -43,13 +43,16 @@
|
|||
|
||||
/* inline space only for "regular lists" */
|
||||
.prose :where(ul:not(.grid), ol:not(.grid)) {
|
||||
padding-inline-start: var(--space-m);
|
||||
padding-inline-start: 1.5ch;
|
||||
}
|
||||
|
||||
/* marker only for "regular lists" */
|
||||
.prose :where(ul:not(.grid)) li::marker {
|
||||
color: var(--color-primary);
|
||||
content: '- ';
|
||||
content: '– ';
|
||||
}
|
||||
|
||||
.prose ol li::marker {
|
||||
color: var(--color-primary);
|
||||
}
|
||||
|
||||
.prose img {
|
||||
|
|
|
|||
|
|
@ -90,10 +90,6 @@ hr {
|
|||
padding: 0;
|
||||
}
|
||||
|
||||
ol li::marker {
|
||||
color: var(--color-primary);
|
||||
}
|
||||
|
||||
/* Base interactive elements */
|
||||
|
||||
a {
|
||||
|
|
|
|||
Loading…
Reference in a new issue