Skip to content

Commit

Permalink
theme: fix display of tooltip for heading anchor matcornic#241
Browse files Browse the repository at this point in the history
broken in matcornic#224
  • Loading branch information
McShelby committed May 23, 2022
1 parent 1599f8b commit d23058e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion static/css/print.css
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,13 @@ pre {
#body code, #body strong, #body b,
#body li, #body dd, #body dt,
#body p,
#body .anchor,
#body a {
/* better contrast for colored elements */
color: black;
}
#body .anchor{
display: none;
}
#body pre,
#body code {
background-color: white;
Expand Down
3 changes: 2 additions & 1 deletion static/css/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -1403,7 +1403,8 @@ option {
cursor: pointer;
font-size: .5em;
margin-left: .66em;
vertical-align: middle;
margin-top: .9em;
position: absolute;
visibility: hidden;
}

Expand Down

0 comments on commit d23058e

Please sign in to comment.