Restyle <ol> and <ul>
Use * for unordered lists and fix the number placement in ordered lists
This commit is contained in:
parent
6753b7328c
commit
f078b30866
4 changed files with 54 additions and 5 deletions
|
@ -23,6 +23,10 @@
|
|||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
li {
|
||||
padding-inline-start: 0;
|
||||
}
|
||||
|
||||
li:not(:last-child)::after {
|
||||
color: var(--text-color-secondary);
|
||||
content: ":";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue