From 36fd66674dac5a79f8745c80a65e3146ed8daa98 Mon Sep 17 00:00:00 2001 From: Kerim Kabirov Date: Sun, 17 Mar 2024 18:55:04 +0100 Subject: [PATCH] Unset default list style Clean up unnecessary symbols, leading to improvement in the content readability --- python_docs_theme/static/pydoctheme.css | 5 +++++ 1 file changed, 5 insertions(+) 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;