Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 2f3f86e

Browse filesBrowse files
committed
Add comments
1 parent 9771130 commit 2f3f86e
Copy full SHA for 2f3f86e

1 file changed

+2Lines changed: 2 additions & 0 deletions

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎python_docs_theme/static/pydoctheme.css‎

Copy file name to clipboardExpand all lines: python_docs_theme/static/pydoctheme.css
+2Lines changed: 2 additions & 0 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.