Skip to content

Commit

Permalink
docs: improve accessibility of heading anchors
Browse files Browse the repository at this point in the history
  • Loading branch information
paulrobertlloyd committed Jan 17, 2023
1 parent aefd132 commit 12683ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/.vitepress/theme/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -106,13 +106,13 @@

/* Markdown heading anchors */
.vp-doc .heading-anchor {
color: initial;
color: var(--vp-c-text-1);
font-weight: inherit;
position: relative;
}

.vp-doc .heading-anchor:hover {
color: initial;
color: var(--vp-c-text-1);
}

.vp-doc .heading-anchor:hover::after {
Expand Down

0 comments on commit 12683ef

Please sign in to comment.