Skip to content

Commit

Permalink
Nicer list markers
Browse files Browse the repository at this point in the history
  • Loading branch information
DeclanChidlow committed Oct 19, 2024
1 parent b1c760a commit de1c653
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docs/styles/type/type.css
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,19 @@ li {
line-height: 1.4rem;
margin-bottom: 0.5rem;
margin-left: 2rem;
list-style-type: "✦ ";

li {
list-style-type: "✧ ";

li {
list-style-type: "⬥ ";

li {
list-style-type: "⬦ ";
}
}
}
}

sup,
Expand Down
13 changes: 13 additions & 0 deletions input/global/styles/type/type.css
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,19 @@ li {
line-height: 1.4rem;
margin-bottom: 0.5rem;
margin-left: 2rem;
list-style-type: "✦ ";

li {
list-style-type: "✧ ";

li {
list-style-type: "⬥ ";

li {
list-style-type: "⬦ ";
}
}
}
}

sup,
Expand Down

0 comments on commit de1c653

Please sign in to comment.