From 3fba4c78dc94b7ddf6cde6ecdf429e53d3f669b8 Mon Sep 17 00:00:00 2001 From: snowy Date: Mon, 8 Apr 2024 17:31:03 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=AD=97=E4=BD=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/.vuepress/styles/index.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/.vuepress/styles/index.scss b/docs/.vuepress/styles/index.scss index de07c3c..62b1942 100644 --- a/docs/.vuepress/styles/index.scss +++ b/docs/.vuepress/styles/index.scss @@ -1,7 +1,7 @@ // place your custom styles here #main-title { - font-family: "ColorTube", "Fira Code", serif; + font-family: ColorTube, "Fira Code", serif; color: #ff0000 !important; /* 你想要的颜色 */ line-height: 2; }