diff --git a/pages/404.js b/pages/404.js index 3303f27e..5099845a 100644 --- a/pages/404.js +++ b/pages/404.js @@ -27,7 +27,7 @@ export default function Custom404 () { return
-
+

404

页面无法加载,即将返回首页

diff --git a/pages/article/[slug].js b/pages/article/[slug].js index 92e2dcc6..c0960674 100644 --- a/pages/article/[slug].js +++ b/pages/article/[slug].js @@ -133,18 +133,18 @@ const ArticleDetail = ({ post, blockMap, tags, prev, next, allPosts, categories
-
- -
- {prev.title}
- - -
{next.title} - -
- -
+
+ +
+ {prev.title}
+ + +
{next.title} + +
+
+
{/* 评论互动 */}
p.slug === slug) diff --git a/styles/notion.css b/styles/notion.css index 0ee76224..a63d222d 100644 --- a/styles/notion.css +++ b/styles/notion.css @@ -1126,6 +1126,11 @@ svg.notion-page-icon { .notion-to-do-item .notion-property-checkbox { margin-right: 8px; + @apply w-4 h-4 border-2 +} + +.notion-property-checkbox-checked { + @apply bg-white } .notion-google-drive {