diff --git a/_static/css/custom.css b/_static/css/custom.css index 7764b8aae..e7a7c7c7b 100644 --- a/_static/css/custom.css +++ b/_static/css/custom.css @@ -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);