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

This commit is contained in:
Hugo Locurcio
2022-07-23 02:29:34 +02:00
committed by GitHub
parent 374b9b983e
commit 4d600e9235

View File

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