From bc472f7d16b9d6808f8e58432d22a577d50ebd0c Mon Sep 17 00:00:00 2001 From: tangly1024 Date: Mon, 28 Mar 2022 15:34:11 +0800 Subject: [PATCH] =?UTF-8?q?hexo=20=E7=9B=AE=E5=BD=95=E9=A2=9C=E8=89=B2?= =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- themes/hexo/components/Catalog.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/hexo/components/Catalog.js b/themes/hexo/components/Catalog.js index 4c98b21c..8045800d 100644 --- a/themes/hexo/components/Catalog.js +++ b/themes/hexo/components/Catalog.js @@ -71,7 +71,7 @@ const Catalog = ({ toc }) => { display: 'inline-block', marginLeft: tocItem.indentLevel * 16 }} - className={`${activeSection === id && ' font-bold text-red-400 underline'}`} + className={`${activeSection === id && ' font-bold text-indigo-400 underline'}`} > {tocItem.text}