We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8df4af1 commit f68605bCopy full SHA for f68605b
custom/MarkdownRenderer.vue
@@ -12,6 +12,10 @@
12
prose-hr:my-1
13
leading-tight
14
dark: dark:text-gray-300
15
+ dark:[&_th]:text-white
16
+ dark:[&_td]:text-white
17
+ dark:[&_thead]:border-b-gray-600
18
+ dark:[&_code]:text-white
19
dark:[&_h1]:text-white dark:[&_h2]:text-gray-100 dark:[&_h3]:text-gray-200
20
dark:[&_a]:text-white dark:[&_a:hover]:text-white
21
dark:[&_pre]:bg-black dark:[&_pre]:border dark:[&_border-slate-800]
0 commit comments