Skip to content

Commit ebd8a4d

Browse files
committed
Use the same font for interactive code blocks
1 parent a843f6b commit ebd8a4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/interactive-code-block/syntax-highlighting.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@
5757
--cm-hints-active-foreground: #ffffff;
5858
}
5959

60-
/* CodeMirror 6 Editor Base Styles */
6160
.cm-editor {
6261
font-family: inherit;
6362
font-size: inherit;
@@ -75,6 +74,7 @@
7574

7675
& .cm-scroller {
7776
line-height: 1.5;
77+
font-family: var(--font-mono);
7878
}
7979
}
8080

0 commit comments

Comments
 (0)