Skip to content

Commit ff99143

Browse files
committed
feat: enhance content typography for dark mode support
1 parent 810cb9f commit ff99143

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/styles/_content-typography.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.content-typography {
2-
@apply prose prose-slate text-foreground;
2+
@apply prose prose-slate text-foreground dark:prose-invert;
33
@apply max-w-none;
44
@apply prose-code:p-0;
55
@apply prose-blockquote:text-muted-foreground;

0 commit comments

Comments
 (0)