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 fe90ee5244
commit 1a2cd61958

View File

@@ -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);