We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e00d5a commit 3886b89Copy full SHA for 3886b89
apps/react-app/src/common-app/components/codemirror/codemirror.styles.ts
@@ -13,6 +13,9 @@ export const codeMirrorTheme = EditorView.theme({
13
},
14
'.cm-scroller': { overflow: 'auto' },
15
'.cm-gutterElement': { display: 'none' },
16
+ '.cm-content': {
17
+ fontFamily: 'Inter, sans-serif',
18
+ },
19
'.cm content, .cm-gutters,': {
20
minHeight: '100%',
21
backgroundColor: '#152128',
0 commit comments