We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85284ef commit 1dfdd4cCopy full SHA for 1dfdd4c
1 file changed
webui/app/src/routes/+page.svelte
@@ -1240,7 +1240,9 @@
1240
</Button>
1241
</div>
1242
<ScrollArea class="min-h-0 flex-1">
1243
- <div class="font-inter text-text-brand-secondary prose max-w-none p-4 text-sm">
+ <div
1244
+ class="font-inter text-text-brand-secondary prose dark:prose-invert prose-a:text-hister-teal max-w-none p-4 text-sm"
1245
+ >
1246
{@html panelContent}
1247
1248
</ScrollArea>
0 commit comments