mirror of
https://github.com/AlistGo/alist.git
synced 2025-04-22 21:04:07 +08:00
🐛 fix default customize head
This commit is contained in:
parent
dc41ceb99b
commit
9162e782a0
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user