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.bodyp,div.bodydd,div.bodyli,div.bodyblockquote{
183184
text-align: left;
184-
line-height:1.4;
185+
line-height:1.6;
185186
}
186187
div.bodyh1,div.bodyh2,div.bodyh3,div.bodyh4,div.bodyh5,div.bodyh6{
187188
margin:0;

0 commit comments

Comments
(0)