Skip to content

Commit

Permalink
Merge pull request #28 from taga3s/fix/md-styling
Browse files Browse the repository at this point in the history
fix: markdown styling
  • Loading branch information
taga3s authored Sep 14, 2024
2 parents 52178aa + 9b69821 commit 554dd82
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions public/static/markdown-styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -381,9 +381,16 @@
margin-top: 0;
margin-bottom: 0;
padding-left: 2em;
}

.markdown-body ul {
list-style: disc;
}

.markdown-body ol {
list-style: decimal;
}

.markdown-body ol ol,
.markdown-body ul ol {
list-style-type: lower-roman;
Expand Down

0 comments on commit 554dd82

Please sign in to comment.