From 1ab6b4e201848267a3a4af863fc42d6d196249ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BE=AE=E5=87=89?= <927625802@qq.com> Date: Mon, 20 Dec 2021 17:21:11 +0800 Subject: [PATCH] :lipstick: change default customize head --- bootstrap/setting.go | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/bootstrap/setting.go b/bootstrap/setting.go index 37ba879a..acf71c22 100644 --- a/bootstrap/setting.go +++ b/bootstrap/setting.go @@ -119,24 +119,23 @@ func InitSettings() { }, { Key: "customize head", - Value: ``, + box-shadow: unset !important; +}`, Type: "text", Description: "Customize head, placed at the beginning of the head", Group: model.PRIVATE,