mirror of
https://github.com/xHyroM/website.git
synced 2024-11-10 01:38:05 +01:00
fix(layouts): use prose-invert in PostLayout
This commit is contained in:
parent
9f0ce385f1
commit
e73206c86c
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ const {
|
|||
</h1>
|
||||
|
||||
<Container>
|
||||
<main class="prose text-2xl text-white">
|
||||
<main class="prose text-2xl prose-invert">
|
||||
<article>
|
||||
<slot />
|
||||
</article>
|
||||
|
|
Loading…
Reference in a new issue