fix: 💄 fix bold text on index page appearing black in dark mode
This commit is contained in:
parent
564131cc8e
commit
c7160b8ce7
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user