🐛 fix default customize head

pull/548/head
Xhofe 2021-12-21 13:09:59 +08:00
parent dc41ceb99b
commit 9162e782a0
1 changed files with 4 additions and 2 deletions

View File

@ -120,7 +120,8 @@ func InitSettings() {
},
{
Key: "customize head",
Value: `.chakra-ui-light{
Value: `<style>
.chakra-ui-light{
background-color: #FFF5F5;
}
.main-box {
@ -136,7 +137,8 @@ func InitSettings() {
.readme-box {
border-radius: 15px !important;
box-shadow: unset !important;
}`,
}
</style>`,
Type: "text",
Description: "Customize head, placed at the beginning of the head",
Group: model.PRIVATE,