Increase spacing between list items to improve readability (#5962)

This commit is contained in:
Hugo Locurcio
2022-07-23 02:29:34 +02:00
parent 35ad0f08bf
commit 05f7a1e5cd

View File

@@ -239,6 +239,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);