feat: dedicated typography file, remove tailwind-typography
This commit is contained in:
parent
8cf00868c4
commit
bbdb1ef828
18 changed files with 160 additions and 87 deletions
|
@ -153,7 +153,7 @@ const authors = await parseAuthors(post.data.authors ?? [])
|
|||
{headings.length > 0 && <TableOfContents headings={headings} />}
|
||||
|
||||
<article
|
||||
class="prose prose-neutral dark:prose-invert col-start-2 max-w-none"
|
||||
class="prose col-start-2 max-w-none"
|
||||
>
|
||||
<Content />
|
||||
</article>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue