We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ba320d commit 8df4af1Copy full SHA for 8df4af1
custom/MarkdownRenderer.vue
@@ -11,8 +11,14 @@
11
prose-pre:my-0
12
prose-hr:my-1
13
leading-tight
14
- "
15
- ></div>
+ dark: dark:text-gray-300
+ dark:[&_h1]:text-white dark:[&_h2]:text-gray-100 dark:[&_h3]:text-gray-200
16
+ dark:[&_a]:text-white dark:[&_a:hover]:text-white
17
+ dark:[&_pre]:bg-black dark:[&_pre]:border dark:[&_border-slate-800]
18
+ dark:[&_strong]:text-white
19
+ dark:[&_em]:text-gray-400
20
+ dark:[&_del]:text-gray-600">
21
+ </div>
22
</template>
23
24
<script setup lang="ts">
0 commit comments