Skip to content

Commit

Permalink
fix(theme-default): show header anchors when being focused (#164)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mister-Hope authored May 24, 2021
1 parent 3a50868 commit 8de5f0f
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,10 @@ a.header-anchor {
&:hover {
text-decoration: none;
}

&:focus-visible {
opacity: 1;
}
}

code,
Expand Down

0 comments on commit 8de5f0f

Please sign in to comment.