mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-06-07 07:26:46 +00:00
💅 微调颜色比例,固定夜间模式按钮
This commit is contained in:
@@ -8,7 +8,7 @@ const Footer = ({ fullWidth = true }) => {
|
||||
const from = +BLOG.since
|
||||
return (
|
||||
<footer
|
||||
className='p-5 flex-shrink-0 m-auto w-full text-gray-500 dark:text-gray-400'
|
||||
className='p-6 flex-shrink-0 m-auto w-full text-gray-500 dark:text-gray-400'
|
||||
>
|
||||
<div className='py-2'>
|
||||
<span className='text-xl border-b-2'>菜单</span>
|
||||
|
||||
Reference in New Issue
Block a user