Skip to content

Commit 8cb5e8b

Browse files
committed
fix: add border around pre in dark mode
1 parent f5352fa commit 8cb5e8b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

styles/globals.css

+4
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@
2222
--tw-prose-pre-bg: #0d1116;
2323
}
2424

25+
.dark .prose.prose pre {
26+
@apply border;
27+
}
28+
2529
/* Hide number input arrows */
2630

2731
input::-webkit-outer-spin-button,

0 commit comments

Comments
 (0)