Skip to content

Commit

Permalink
Increase spacing between list items to improve readability (#5962)
Browse files Browse the repository at this point in the history
  • Loading branch information
Calinou committed Jul 23, 2022
1 parent fe90ee5 commit 1a2cd61
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions _static/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,12 @@ article ol,
line-height: 25px;
}

.rst-content section ul li {
/* Increase spacing between list items. */
margin-top: 8px;
margin-bottom: 8px;
}

body,
.rst-content table.docutils thead {
color: var(--body-color);
Expand Down

0 comments on commit 1a2cd61

Please sign in to comment.