Skip to content

Commit 03a8ec5

Browse files
committed
fix: revise the selector for code HTML element
1 parent d2d411b commit 03a8ec5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css/tailwind.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
& h3 {
9797
font-weight: 600;
9898
}
99-
& code {
99+
& :where(code):not(.code-highlight) {
100100
color: var(--color-indigo-500);
101101
}
102102

0 commit comments

Comments
 (0)