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

Commit2f38e86

Browse files
committed
Only apply underline offset to code formatting for underline visibility
1 parent6a9d7a2 commit2f38e86

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

‎python_docs_theme/static/pydoctheme.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,10 @@ pre {
3131

3232
a[href] {
3333
text-decoration: underline1px;
34+
35+
a[href]:has(>code) {
3436
text-underline-offset:0.25em;
37+
color: red;
3538
}
3639

3740
body {

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp