深色模式调整配色

This commit is contained in:
tangly1024
2022-04-02 10:15:37 +08:00
parent 56be56d002
commit 475e5f6f60
14 changed files with 21 additions and 22 deletions

View File

@@ -12,7 +12,7 @@ export default function TopNavBar (props) {
const router = useRouter()
return <div id='top-nav' className={'sticky top-0 lg:relative w-full z-40 ' + className}>
<div className='flex w-full h-12 shadow bg-white dark:bg-gray-900 px-5 items-between'>
<div className='flex w-full h-12 shadow bg-white dark:bg-hexo-black-gray px-5 items-between'>
<LogoBar {...props}/>
{/* 顶部菜单 */}