From 62d1110848e9b8944d920232bee185d8066194dd Mon Sep 17 00:00:00 2001 From: Azat S Date: Sat, 27 May 2023 15:18:12 +0300 Subject: [PATCH] fix(theme): use brand color in skip link in dark theme (#2431) --- src/client/theme-default/components/VPSkipLink.vue | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/client/theme-default/components/VPSkipLink.vue b/src/client/theme-default/components/VPSkipLink.vue index 69f17a44d35..1358fbc9148 100644 --- a/src/client/theme-default/components/VPSkipLink.vue +++ b/src/client/theme-default/components/VPSkipLink.vue @@ -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;