Skip to content

Commit

Permalink
🐛 fix default customize head
Browse files Browse the repository at this point in the history
  • Loading branch information
xhofe committed Dec 21, 2021
1 parent dc41ceb commit 9162e78
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions bootstrap/setting.go
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,8 @@ func InitSettings() {
},
{
Key: "customize head",
Value: `.chakra-ui-light{
Value: `<style>
.chakra-ui-light{
background-color: #FFF5F5;
}
.main-box {
Expand All @@ -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,
Expand Down

0 comments on commit 9162e78

Please sign in to comment.