File tree 1 file changed +28
-0
lines changed
1 file changed +28
-0
lines changed Original file line number Diff line number Diff line change @@ -33,6 +33,30 @@ a[href] {
33
33
text-decoration : underline 1px ;
34
34
text-underline-offset : 0.25em ;
35
35
}
36
+ /* No underline for navigation */
37
+ div .genindex-jumpbox a ,
38
+ div .modindex-jumpbox a ,
39
+ div # search-results a ,
40
+ div .sphinxsidebar a ,
41
+ div .toctree-wrapper a ,
42
+ div [role = navigation ] a ,
43
+ table .contentstable a ,
44
+ table .indextable a {
45
+ text-decoration : none;
46
+ }
47
+
48
+ /* Except when hovered */
<
8000
/code>
49
+ div .genindex-jumpbox a : hover ,
50
+ div .modindex-jumpbox a : hover ,
51
+ div # search-results a : hover ,
52
+ div .sphinxsidebar a : hover ,
53
+ div .toctree-wrapper a : hover ,
54
+ div [role = navigation ] a : hover ,
55
+ table .contentstable a : hover ,
56
+ table .indextable a : hover {
57
+ text-decoration : underline;
58
+ text-underline-offset : auto;
59
+ }
36
60
37
61
body {
38
62
margin-left : 1em ;
@@ -284,6 +308,10 @@ div.footer {
284
308
margin-right : 10px ;
285
309
}
286
310
311
+ div .footer a {
312
+ text-underline-offset : auto;
313
+ }
314
+
287
315
div .footer a : hover {
288
316
color : # 0095c4 ;
289
317
}
You can’t perform that action at this time.
0 commit comments