gitbook主题深色模式微调

This commit is contained in:
tangly1024.com
2024-04-30 14:12:00 +08:00
parent 01f5ba0fa9
commit 87803a694b
3 changed files with 48 additions and 29 deletions

View File

@@ -28,7 +28,7 @@ const NavPostItem = props => {
<>
<div
onClick={toggleOpenSubMenu}
className='select-none relative flex justify-between text-sm cursor-pointer p-2 hover:bg-gray-50 rounded-md dark:hover:bg-gray-600'
className='select-none relative flex justify-between text-sm cursor-pointer p-2 hover:bg-gray-50 rounded-md dark:hover:bg-yellow-100 dark:hover:text-yellow-600'
key={group?.category}>
<span>{group?.category}</span>
<div className='inline-flex items-center select-none pointer-events-none '>