creativity 😂

This commit is contained in:
Masterain
2023-09-01 05:41:13 -07:00
parent 94fc8038dd
commit 09f3b8aa99
4 changed files with 30 additions and 22 deletions

View File

@@ -56,3 +56,16 @@ header.vp-navbar {
.vp-hero-info-wrapper {
min-height: 600px;
}
// 去除首页赞助商表格边框及超链接图标
main.vp-project-home{
table{
display: inline-block;
th{
border-color: transparent;
}
}
svg.external-link-icon{
display: none;
}
}

View File

@@ -93,6 +93,7 @@ export default hopeTheme({
include: true,
tabs: true,
footnote: true,
align: true
},
pwa: {