mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-05-14 15:09:22 +00:00
hexo 目录颜色调整
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user