Skip to content

Commit

Permalink
feat(theme-default): improve page nav hover color
Browse files Browse the repository at this point in the history
  • Loading branch information
Mister-Hope committed Sep 20, 2024
1 parent 9ad6ae6 commit b067739
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/theme-default/src/client/components/VPPageNav.vue
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ useEventListener('keydown', (event): void => {
border-radius: 0.25rem;

&:hover {
background: var(--vp-c-control-hover);
background: var(--vp-c-control);
}

.hint {
Expand Down

0 comments on commit b067739

Please sign in to comment.