Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commit69039fb

Browse files
authored
Merge pull request#171 from hugovk/text-underline-offset
2 parents8eeda41 +fbf2bf8 commit69039fb

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

‎python_docs_theme/static/pydoctheme.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,16 @@ pre {
2929
color: inherit;
3030
}
3131

32+
/* Add underlines to links */
3233
a[href] {
3334
text-decoration: underline1px;
35+
}
36+
37+
/* Increase the underline offset for code to avoid obscuring underscores */
38+
a[href]:has(>code) {
3439
text-underline-offset:0.25em;
3540
}
41+
3642
/* No underline for navigation */
3743
a.headerlink,
3844
div.genindex-jumpboxa,

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp