fix(theme): fix doc-footer text decoration (#778)

This commit is contained in:
pengzhanbo 2025-12-05 17:16:30 +08:00 committed by GitHub
parent 8f3c070d07
commit 9b2b73e05b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -122,6 +122,7 @@ const showFooter = computed(() => {
font-weight: 500;
line-height: 32px;
color: var(--vp-c-brand-1);
text-decoration: none;
border: 0;
transition: color var(--vp-t-color);
}
@ -220,6 +221,7 @@ const showFooter = computed(() => {
width: 100%;
height: 100%;
padding: 11px 16px 13px;
text-decoration: none;
border: 1px solid var(--vp-c-divider);
border-radius: 8px;
transition: border-color var(--vp-t-color);