mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-06-08 15:10:37 +00:00
夜间模式按钮
This commit is contained in:
@@ -15,7 +15,7 @@ import JumpToTopButton from './components/JumpToTopButton'
|
||||
const LayoutBase = props => {
|
||||
const { children, meta } = props
|
||||
return (
|
||||
<div className='dark:text-gray-300'>
|
||||
<div className='dark:text-gray-300 bg-white dark:bg-black'>
|
||||
<CommonHead meta={meta} />
|
||||
{/* 顶栏LOGO */}
|
||||
<Header {...props} />
|
||||
@@ -24,7 +24,7 @@ const LayoutBase = props => {
|
||||
<Nav {...props} />
|
||||
|
||||
{/* 主体 */}
|
||||
<div className="w-full bg-white">
|
||||
<div className="w-full">
|
||||
|
||||
<Title {...props} />
|
||||
|
||||
|
||||
Reference in New Issue
Block a user