mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-05-14 07:26:52 +00:00
feature:
夜间模式颜色调整
This commit is contained in:
@@ -49,7 +49,7 @@ export default function ArticleDetail ({ post, blockMap, recommendPosts, prev, n
|
||||
<article
|
||||
itemScope
|
||||
itemType="https://schema.org/Movie"
|
||||
className="duration-300 hover:shadow-2xl pt-10 animate__fadeIn animate__animated subpixel-antialiased lg:pt-32 lg:px-52 px-5 py-2 dark:border-gray-700 bg-white dark:bg-gray-800"
|
||||
className="duration-300 hover:shadow-2xl pt-10 animate__fadeIn animate__animated subpixel-antialiased lg:pt-32 lg:px-52 px-5 py-2 dark:border-gray-700 bg-white dark:bg-gray-900"
|
||||
>
|
||||
{post.type && !post.type.includes('Page') && post?.page_cover && (
|
||||
<>
|
||||
|
||||
Reference in New Issue
Block a user