Skip to content

Commit

Permalink
Add comments
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Feb 4, 2024
1 parent 9771130 commit 2f3f86e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions python_docs_theme/static/pydoctheme.css
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,12 @@ pre {
color: inherit;
}

/* Add underlines to links */
a[href] {
text-decoration: underline 1px;
}

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

0 comments on commit 2f3f86e

Please sign in to comment.