博客文章添加a标签样式

This commit is contained in:
2025-05-18 20:53:42 +08:00
parent ee428957bd
commit 50ede6b1c7

View File

@@ -69,6 +69,7 @@ export default function Blog() {
table: ({ node, ...props }) => <div className="overflow-x-auto"><table {...props} /></div>,
pre: ({ node, ...props }) => <pre className="rounded-sm overflow-hidden shadow" {...props} />,
blockquote: ({ node, ...props }) => <blockquote className="pl-3 border-l-5" {...props} />,
a: ({ node, ...props }) => <a className="hover:underline" {...props} />,
}}
/>
</>