File tree Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Original file line number Diff line number Diff line change @@ -33,6 +33,30 @@ a[href] {
3333 text-decoration : underline 1px ;
3434 text-underline-offset : 0.25em ;
3535}
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 */
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+ }
3660
3761body {
3862 margin-left : 1em ;
@@ -284,6 +308,10 @@ div.footer {
284308 margin-right : 10px ;
285309}
286310
311+ div .footer a {
312+ text-underline-offset : auto;
313+ }
314+
287315div .footer a : hover {
288316 color : # 0095c4 ;
289317}
You can’t perform that action at this time.
0 commit comments