Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion 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;
}

a {
text-decoration: underline 1px;
text-underline-offset: 0.3em;
}

body {
margin-left: 1em;
margin-right: 1em;
Expand Down Expand Up @@ -177,7 +182,7 @@ div.body {

div.body p, div.body dd, div.body li, div.body blockquote {
text-align: left;
line-height: 1.4;
line-height: 1.6;
}
div.body h1, div.body h2, div.body h3, div.body h4, div.body h5, div.body h6 {
margin: 0;
Expand Down