hexo 目录颜色调整

This commit is contained in:
tangly1024
2022-03-28 15:34:11 +08:00
parent 5f941a0204
commit bc472f7d16

View File

@@ -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}
</span>