Skip to content

Commit bd70b39

Browse files
committed
Style headerlinks for table captions properly
Fixes #437
1 parent 728d5da commit bd70b39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sass/_theme_rst.sass

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
@extend h2
107107

108108
// This is the #href that shows up on hover. Sphinx's is terrible so I hack it away.
109-
h1, h2, h3, h4, h5, h6, dl dt, p.caption
109+
h1, h2, h3, h4, h5, h6, dl dt, p.caption, table > caption
110110
.headerlink
111111
display: none
112112
visibility: hidden

0 commit comments

Comments
 (0)