💄 change default customize head

This commit is contained in:
微凉 2021-12-20 17:21:11 +08:00
parent d97afb691b
commit 1ab6b4e201

View File

@ -119,24 +119,23 @@ func InitSettings() {
}, },
{ {
Key: "customize head", Key: "customize head",
Value: `<style> Value: `.chakra-ui-light{
.chakra-ui-light{ background-color: #FFF5F5;
background-image: linear-gradient(120deg,#e0c3fc 0%,#8ec5fc 100%) !important;
background-attachment: fixed;
} }
.main-box { .main-box {
border-radius: 15px !important; border-radius: 15px !important;
box-shadow: unset !important;
} }
.chakra-ui-light .main-box { .chakra-ui-light .main-box {
background-color: white !important; background-color: rgba(255,255,255,0.9) !important;
} }
.chakra-ui-light .readme-box { .chakra-ui-light .readme-box {
background-color: white !important; background-color: rgba(255,255,255,0.9) !important;
} }
.readme-box { .readme-box {
border-radius: 15px !important; border-radius: 15px !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,