Skip to content

Commit

Permalink
theme: align copy link to clipboard #128
Browse files Browse the repository at this point in the history
  • Loading branch information
McShelby committed Oct 30, 2021
1 parent 3446aa4 commit b26b1ce
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions static/css/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -1214,12 +1214,10 @@ body {
/* anchors */
.anchor {
color: #00bdf3;
cursor: pointer;
font-size: 0.5em;
cursor:pointer;
visibility:hidden;
margin-left: 0.5em;
position: absolute;
margin-top:0.1em;
vertical-align: middle;
visibility: hidden;
}

h2:hover .anchor, h3:hover .anchor, h4:hover .anchor, h5:hover .anchor, h6:hover .anchor {
Expand Down

0 comments on commit b26b1ce

Please sign in to comment.