fix: Fix list style
This commit is contained in:
parent
1b336d7fdb
commit
3579f3b880
1 changed files with 2 additions and 2 deletions
|
@ -42,14 +42,14 @@ a:hover {
|
|||
@apply bg-light text-dark;
|
||||
}
|
||||
|
||||
ul li {
|
||||
ul>li {
|
||||
@apply font-sans;
|
||||
list-style-type: "* ";
|
||||
margin-left: 3ch;
|
||||
margin-bottom: var(--vspace);
|
||||
}
|
||||
|
||||
ol li {
|
||||
ol>li {
|
||||
@apply font-sans;
|
||||
list-style-type: decimal;
|
||||
margin-left: 3ch;
|
||||
|
|
Loading…
Reference in a new issue