fix(layouts): use prose-invert in PostLayout

This commit is contained in:
xHyroM 2023-05-08 21:27:18 +02:00
parent 9f0ce385f1
commit e73206c86c
No known key found for this signature in database
GPG key ID: BE0423F386C436AA

View file

@ -23,7 +23,7 @@ const {
</h1>
<Container>
<main class="prose text-2xl text-white">
<main class="prose text-2xl prose-invert">
<article>
<slot />
</article>