Skip to content

Commit

Permalink
fix(theme): use brand color in skip link in dark theme (#2431)
Browse files Browse the repository at this point in the history
  • Loading branch information
azat-io committed May 27, 2023
1 parent 64b06db commit 62d1110
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/client/theme-default/components/VPSkipLink.vue
Expand Up @@ -59,10 +59,6 @@ function focusOnTargetAnchor({ target }: Event) {
clip-path: none;
}
.dark .VPSkipLink {
color: var(--vp-c-green);
}
@media (min-width: 1280px) {
.VPSkipLink {
top: 14px;
Expand Down

0 comments on commit 62d1110

Please sign in to comment.