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