fix(theme): fix flickering white border in bottom of home, close #424 (#433)

This commit is contained in:
pengzhanbo 2025-01-21 11:57:46 +08:00 committed by GitHub
parent 9c796c228f
commit 40bbb22487
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -53,7 +53,7 @@ onMounted(() => {
.footer-no-border .vp-footer { .footer-no-border .vp-footer {
background-color: transparent; background-color: transparent;
border-top: none; border-top-color: transparent;
} }
.vp-footer p { .vp-footer p {