Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8eeda41 + fbf2bf8 commit 69039fbCopy full SHA for 69039fb
1 file changed
python_docs_theme/static/pydoctheme.css
@@ -29,10 +29,16 @@ pre {
29
color: inherit;
30
}
31
32
+/* Add underlines to links */
33
a[href] {
34
text-decoration: underline 1px;
35
+}
36
+
37
+/* Increase the underline offset for code to avoid obscuring underscores */
38
+a[href]:has(> code) {
39
text-underline-offset: 0.25em;
40
41
42
/* No underline for navigation */
43
a.headerlink,
44
div.genindex-jumpbox a,
0 commit comments