Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2f3f86e

Browse files
committed
Add comments
1 parent 9771130 commit 2f3f86e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

python_docs_theme/static/pydoctheme.css

+2
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,12 @@ pre {
2929
color: inherit;
3030
}
3131

32+
/* Add underlines to links */
3233
a[href] {
3334
text-decoration: underline 1px;
3435
}
3536

37+
/* Increase the underline offset for code to avoid obscuring underscores */
3638
a[href]:has(> code) {
3739
text-underline-offset: 0.25em;
3840
}

0 commit comments

Comments
 (0)