Skip to content

Commit cc74a74

Browse files
committed
Underline links for readability and a11y
1 parent bc3cf1b commit cc74a74

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

python_docs_theme/static/pydoctheme.css

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

32+
a {
33+
text-decoration: underline;
34+
}
35+
3236
body {
3337
margin-left: 1em;
3438
margin-right: 1em;

0 commit comments

Comments
 (0)