fix: typos, neutral prose
This commit is contained in:
parent
3b1fcf5663
commit
62927ff1d7
2 changed files with 3 additions and 3 deletions
|
@ -148,7 +148,7 @@ const authors = await parseAuthors(post.data.authors ?? [])
|
|||
|
||||
{headings.length > 0 && <TableOfContents headings={headings} />}
|
||||
|
||||
<article class="prose prose-stone max-w-none dark:prose-invert">
|
||||
<article class="prose prose-neutral max-w-none dark:prose-invert">
|
||||
<Content />
|
||||
</article>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue