👌颜色比例微调,社交按钮加动效

This commit is contained in:
tangly1024
2021-10-07 19:31:32 +08:00
parent 2f10574f8b
commit 0baddd241a
4 changed files with 33 additions and 23 deletions

View File

@@ -48,7 +48,7 @@ const TocBar = ({ toc }) => {
}, throttleMs)
return <div className='bg-white dark:bg-gray-800 pb-10'>
<div className='text-2xl bg-gray-100 font-bold text-black dark:text-white py-6 px-6'>
<div className='border-t border-b text-2xl bg-gray-100 font-bold text-black dark:bg-black dark:text-white py-6 px-6'>
文章目录
</div>
<nav className='text-gray-500 dark:text-gray-400 underline overflow-y-auto overflow-x-hidden'>