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