详情页微调
This commit is contained in:
tangly1024
2021-12-08 17:24:08 +08:00
parent bca046cf03
commit 41b0ff7eb1
2 changed files with 3 additions and 3 deletions

View File

@@ -58,7 +58,7 @@ const Toc = ({ toc }) => {
<a
key={id}
href={`#${id}`}
className={`notion-table-of-contents-item px-5 duration-300 transform
className={`notion-table-of-contents-item px-5 duration-300 transform font-light
notion-table-of-contents-item-indent-level-${tocItem.indentLevel}
${activeSection === id && ' font-bold text-blue-400 dark:text-white'}`}
>