mirror of https://github.com/Xhofe/alist
parent
9162e782a0
commit
d6d2f52922
|
@ -55,7 +55,7 @@ func InitSettings() {
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
Key: "icon color",
|
Key: "icon color",
|
||||||
Value: "teal.300",
|
Value: "#1890ff",
|
||||||
Description: "icon's color",
|
Description: "icon's color",
|
||||||
Type: "string",
|
Type: "string",
|
||||||
Group: model.PUBLIC,
|
Group: model.PUBLIC,
|
||||||
|
@ -122,7 +122,7 @@ func InitSettings() {
|
||||||
Key: "customize head",
|
Key: "customize head",
|
||||||
Value: `<style>
|
Value: `<style>
|
||||||
.chakra-ui-light{
|
.chakra-ui-light{
|
||||||
background-color: #FFF5F5;
|
background-color: #FAF5FF;
|
||||||
}
|
}
|
||||||
.main-box {
|
.main-box {
|
||||||
border-radius: 15px !important;
|
border-radius: 15px !important;
|
||||||
|
|
Loading…
Reference in New Issue