MenuGroup 去除hover颜色;
代码块背景色,代码css加载优化;
This commit is contained in:
tangly1024
2021-11-04 09:55:33 +08:00
parent 255a774e1c
commit 5a2c1581b5
5 changed files with 13 additions and 9 deletions

View File

@@ -21,7 +21,7 @@ const LastedPosts = ({ posts }) => {
return <>
<section
className='text-sm font-bold py-3 px-5 text-gray-600 dark:text-gray-400 dark:hover:bg-black duration-100 flex flex-nowrap align-middle'>
className='text-sm font-bold py-3 px-5 text-gray-600 dark:text-gray-400 duration-100 flex flex-nowrap align-middle'>
<div className='w-32'>最近更新</div>
</section>
<div>