Skip to content

Commit 859f780

Browse files
committed
A11y: Increase the target area for single-letter index links
1 parent 506e0f2 commit 859f780

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
@@ -230,6 +230,10 @@ dl > dt span ~ em {
230230
padding-left: 20px;
231231
}
232232

233+
div.genindex-jumpbox a {
234+
padding: 0 0.5em;
235+
}
236+
233237
@media (max-width: 1023px) {
234238
/* Body layout */
235239
div.body {

0 commit comments

Comments
 (0)