Skip to content

Commit 2589d2e

Browse files
committed
Fix dark mode prose selector for code block contrast
1 parent ccd80ab commit 2589d2e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

css/tailwind.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,8 @@
135135
}
136136
}
137137

138-
.prose-invert {
138+
.prose-invert,
139+
.dark .prose {
139140
& a {
140141
color: var(--color-primary-500);
141142

0 commit comments

Comments
 (0)