style: remove search box footer text for vietpress

This commit is contained in:
andatoshiki 2023-03-22 21:23:59 +08:00
parent 333d623104
commit e7696936b8

View File

@ -194,3 +194,14 @@ img.VPImage.image-src {
// white-space: nowrap;
// }
// vitepress navbar style ends
// VP Footer
.VPFooter {
z-index: none;
}
// remove search box footer text
.DocSearch-Logo {
display: none;
}