8000 Increase underline offset a bit more · python/python-docs-theme@cf5b9e6 · GitHub
[go: up one dir, main page]

Skip to content
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 cf5b9e6

Browse files
committed
Increase underline offset a bit more
1 parent 62b314f commit cf5b9e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python_docs_theme/static/pydoctheme.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ pre {
3131

3232
a[href] {
3333
text-decoration: underline 1px;
34-
text-underline-offset: 0.2em;
34+
text-underline-offset: 0.25em;
3535
}
3636

3737
body {

0 commit comments

Comments
 (0)
0