fix: 💄 fix bold text on index page appearing black in dark mode

This commit is contained in:
Maxime Cannoodt 2022-08-03 22:12:52 +02:00
parent 564131cc8e
commit c7160b8ce7

View File

@ -2,7 +2,7 @@
<div class="text-2xl font-bold mb-4 text-center">
<slot name="title" />
</div>
<div class="prose md:prose-lg text-center text-zinc-700 dark:text-zinc-300">
<div class="md:prose-lg text-center text-zinc-700 dark:text-zinc-300">
<slot name="text" />
</div>
</div>