Skip to content

Commit 527f5f8

Browse files
committed
Fix homepage code background
This was broken by docusaurus 3.8
1 parent 542e772 commit 527f5f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/css/custom.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
@apply text-toc-highlight-text !important;
7676
}
7777

78-
code {
78+
code:not(pre code) {
7979
@apply text-code bg-code-background;
8080
@apply whitespace-pre;
8181
}

0 commit comments

Comments
 (0)