Skip to content

Commit

Permalink
fix(theme): fix flickering white border in bottom of home, close #424 (
Browse files Browse the repository at this point in the history
  • Loading branch information
pengzhanbo authored Jan 21, 2025
1 parent 9c796c2 commit 40bbb22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion theme/src/client/components/VPFooter.vue
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ onMounted(() => {
.footer-no-border .vp-footer {
background-color: transparent;
border-top: none;
border-top-color: transparent;
}
.vp-footer p {
Expand Down

0 comments on commit 40bbb22

Please sign in to comment.