fix(theme): use brand color in skip link in dark theme (#2431)

pull/2433/head
Azat S 1 year ago committed by GitHub
parent 64b06db3ec
commit 62d1110848
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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;

Loading…
Cancel
Save