File tree 1 file changed +29
-0
lines changed
1 file changed +29
-0
lines changed Original file line number Diff line number Diff line change @@ -36,6 +36,31 @@ a[href] {
36
36
a [href ]: has (> code ) {
37
37
text-underline-offset : 0.25em ;
38
38
}
39
+ /* No underline for navigation */
40
+ a .headerlink ,
41
+ div .genindex-jumpbox a ,
42
+ div .modindex-jumpbox a ,
43
+ div # search-results a ,
44
+ div .sphinxsidebar a ,
45
+ div .toctree-wrapper a ,
46
+ div [role = navigation ] a ,
47
+ table .contentstable a ,
48
+ table .indextable a {
49
+ text-decoration : none;
50
+ }
51
+
52
+ /* Except when hovered */
53
+ div .genindex-jumpbox a : hover ,
54
+ div .modindex-jumpbox a : hover ,
55
+ div # search-results a : hover ,
56
+ div .sphinxsidebar a : hover ,
57
+ div .toctree-wrapper a : hover ,
58
+ div [role = navigation ] a : hover ,
59
+ table .contentstable a : hover ,
60
+ table .indextable a : hover {
61
+ text-decoration : underline;
62
+ text-underline-offset : auto;
63
+ }
39
64
40
65
body {
41
66
margin-left : 1em ;
@@ -287,6 +312,10 @@ div.footer {
287
312
margin-right : 10px ;
288
313
}
289
314
315
+ div .footer a {
316
+ text-underline-offset : auto;
317
+ }
318
+
290
319
div .footer a : hover {
291
320
color : # 0095c4 ;
292
321
}
You can’t perform that action at this time.
0 commit comments