mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-06-04 23:16:53 +00:00
feature:
样式还原
This commit is contained in:
@@ -5,7 +5,7 @@ import React from 'react'
|
|||||||
|
|
||||||
const InfoCard = ({ postCount }) => {
|
const InfoCard = ({ postCount }) => {
|
||||||
return <>
|
return <>
|
||||||
<div className='flex flex-col items-center justify-center cursor-pointer py-6' onClick={ () => { Router.push('/') }}>
|
<div className='flex flex-col items-center justify-center cursor-pointer' onClick={ () => { Router.push('/') }}>
|
||||||
<div className='hover:rotate-45 hover:scale-125 transform duration-200'>
|
<div className='hover:rotate-45 hover:scale-125 transform duration-200'>
|
||||||
<Image
|
<Image
|
||||||
alt={BLOG.title}
|
alt={BLOG.title}
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ class MyDocument extends Document {
|
|||||||
<ThirdPartyScript />
|
<ThirdPartyScript />
|
||||||
</Head>
|
</Head>
|
||||||
|
|
||||||
<body className='bg-gray-200 dark:bg-black duration-200'>
|
<body className='bg-gray-100 dark:bg-gray-900 duration-200'>
|
||||||
<Main />
|
<Main />
|
||||||
<NextScript />
|
<NextScript />
|
||||||
</body>
|
</body>
|
||||||
|
|||||||
Reference in New Issue
Block a user