谢谢!![]()
是的。要更改颜色,您需要分叉该主题并根据您的要求更新颜色代码。方法如下:
在 variables.scss 中根据您的喜好更改颜色代码:
$color-blue: #e5f8ff;
$color-square-gradient: linear-gradient(4deg, rgba(143,236,202,.29) 55%, rgba(74, 247, 255, 0.08) 100%);
$color-square-webkit-gradient: -webkit-linear-gradient(4deg, rgba(143,236,202,.29) 55%, rgba(74, 247, 255, 0.08) 100%);
要更改背景颜色,请在 about.json 中更新 secondary 颜色(请注意,这也会更改某些按钮的文字颜色):
"secondary": "F6FBFC"