Skip to content

Commit

Permalink
fix: bullet items should show up in the list (#158)
Browse files Browse the repository at this point in the history
Signed-off-by: Bram Borggreve <[email protected]>
  • Loading branch information
beeman authored Sep 11, 2024
1 parent 278a9da commit 5ee46ee
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -315,3 +315,8 @@ main a {
animation: fadeIn 1s forwards;
animation-delay: 8s; /* Delay to start after image after code block fades in */
}

article ul {
list-style-type: disc;
padding-left: var(--ifm-list-left-padding) !important;
}

0 comments on commit 5ee46ee

Please sign in to comment.