Skip to content

Commit 071911e

Browse files
committed
Redunce underline thickness, move underline down, increase line height
1 parent cc74a74 commit 071911e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

python_docs_theme/static/pydoctheme.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ pre {
3030
}
3131

3232
a {
33-
text-decoration: underline;
33+
text-decoration: underline 1px;
34+
text-underline-offset: 0.3em;
3435
}
3536

3637
body {
@@ -181,7 +182,7 @@ div.body {
181182

182183
div.body p, div.body dd, div.body li, div.body blockquote {
183184
text-align: left;
184-
line-height: 1.4;
185+
line-height: 1.6;
185186
}
186187
div.body h1, div.body h2, div.body h3, div.body h4, div.body h5, div.body h6 {
187188
margin: 0;

0 commit comments

Comments
 (0)