Skip to content

Commit 14503c9

Browse files
committed
Fix header color
1 parent a315668 commit 14503c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/pages/news.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ export default function WhatsNew() {
6565
{new Date(release.published_at).toLocaleDateString()}
6666
</span>
6767
</div>
68-
<div className="mt-4 prose text-ink-1000">
68+
<div className="mt-4 prose prose-neutral dark:prose-invert text-ink-1000">
6969
<ReactMarkdown>
7070
{formatPullLinks(release.body || "_No release notes provided._")}
7171
</ReactMarkdown>

0 commit comments

Comments
 (0)