diff --git a/python_docs_theme/static/pydoctheme.css b/python_docs_theme/static/pydoctheme.css index 36a6ed9..516047a 100644 --- a/python_docs_theme/static/pydoctheme.css +++ b/python_docs_theme/static/pydoctheme.css @@ -29,6 +29,11 @@ pre { color: inherit; } +/* Unset default list style */ +ul { + list-style-type: none; +} + /* Add underlines to links */ a[href] { text-decoration: underline 1px;