Skip to content

Commit

Permalink
Redunce underline thickness, move underline down, increase line height
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Nov 4, 2023
1 parent cc74a74 commit 071911e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions python_docs_theme/static/pydoctheme.css
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ pre {
}

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

body {
Expand Down Expand Up @@ -181,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

0 comments on commit 071911e

Please sign in to comment.