Skip to content

Commit

Permalink
Unset default list style
Browse files Browse the repository at this point in the history
Clean up unnecessary symbols, leading to improvement in the content readability
  • Loading branch information
Privat33r-dev committed Mar 17, 2024
1 parent 9916043 commit 36fd666
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions python_docs_theme/static/pydoctheme.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 36fd666

Please sign in to comment.