style: improve text colors in dark mode

This commit is contained in:
AnotiaWang
2025-02-14 15:53:29 +08:00
parent e7296df78f
commit 55503b9bbd
3 changed files with 4 additions and 4 deletions

View File

@ -182,7 +182,7 @@
<div
v-if="reportContent"
id="report-content"
class="prose prose-sm max-w-none p-6 bg-gray-50 dark:bg-gray-800 dark:text-white rounded-lg shadow"
class="prose prose-sm max-w-none p-6 bg-gray-50 dark:bg-gray-800 dark:prose-invert dark:text-white rounded-lg shadow"
v-html="reportHtml"
/>
<div v-else>