chore: update navbar, revert previous style changes

This commit is contained in:
taskylizard 2024-08-01 11:51:47 +00:00
parent e6421f818c
commit 4f408dd83b
No known key found for this signature in database
GPG key ID: 1820131ED1A24120
2 changed files with 16 additions and 15 deletions

View file

@ -68,7 +68,7 @@
}
.vp-doc a {
color: var(--vp-c-brand-soft);
color: var(--vp-c-brand-1);
text-decoration: underline;
text-underline-offset: 4px;
text-decoration-style: solid;
@ -78,9 +78,9 @@
}
.vp-doc a:hover {
color: var(--vp-c-brand-soft);
text-decoration-color: var(--vp-c-brand-soft);
-webkit-text-decoration-color: var(--vp-c-brand-soft);
color: var(--vp-c-brand-1);
text-decoration-color: var(--vp-c-brand-1);
-webkit-text-decoration-color: var(--vp-c-brand-1);
}
.vp-doc .custom-block a {