mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-06-01 23:16:51 +00:00
优化css
This commit is contained in:
@@ -7,8 +7,8 @@ import Link from 'next/link'
|
||||
*/
|
||||
export default function BlogArchiveItem({ archiveTitle, archivePosts }) {
|
||||
return (
|
||||
<div key={archiveTitle}>
|
||||
<div id={archiveTitle} className='pt-16 pb-4 text-3xl dark:text-gray-300'>
|
||||
<div key={archiveTitle} className='pb-16'>
|
||||
<div id={archiveTitle} className='pb-2 text-3xl dark:text-gray-300'>
|
||||
{archiveTitle}
|
||||
</div>
|
||||
|
||||
|
||||
@@ -15,21 +15,21 @@ export default function Footer(props) {
|
||||
parseInt(since) < currentYear ? since + '-' + currentYear : currentYear
|
||||
|
||||
return (
|
||||
<footer >
|
||||
<footer>
|
||||
<DarkModeButton className='pt-4' />
|
||||
|
||||
<div className='font-bold text-[var(--primary-color)] py-6 text-sm flex flex-col gap-2'>
|
||||
<div className='font-bold text-[var(--primary-color)] py-6 text-sm flex flex-col gap-2 items-center'>
|
||||
<div>
|
||||
©{`${copyrightDate}`} {siteConfig('AUTHOR')}.
|
||||
©{`${copyrightDate}`} {siteConfig('AUTHOR')}.
|
||||
</div>
|
||||
<div>All rights reserved.</div>
|
||||
<div>
|
||||
Powered by
|
||||
<a
|
||||
href='https://github.com/tangly1024/NotionNext'
|
||||
className=' hover:underline'>
|
||||
NotionNext {siteConfig('VERSION')}
|
||||
</a>
|
||||
<a
|
||||
href='https://github.com/tangly1024/NotionNext'
|
||||
className=' hover:underline'>
|
||||
NotionNext {siteConfig('VERSION')}
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
Reference in New Issue
Block a user