Skip to content

Commit

Permalink
fix(theme-default): make headings anchor non-selectable (#973)
Browse files Browse the repository at this point in the history
Co-authored-by: meteorlxy <meteor.lxy@foxmail.com>
  • Loading branch information
ramiy and meteorlxy committed Jul 11, 2022
1 parent 6056e37 commit 5020fc1
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -129,6 +129,7 @@ a.header-anchor {
padding-right: 0.23em;
margin-top: 0.125em;
opacity: 0;
user-select: none;

&:hover {
text-decoration: none;
Expand Down

0 comments on commit 5020fc1

Please sign in to comment.