match font size of old editor

This commit is contained in:
Felix Roos 2022-04-25 22:04:51 +02:00
parent 069fff673a
commit 37218e8764

View File

@ -26,13 +26,14 @@ export const materialPalenightTheme = EditorView.theme(
'&': {
color: '#ffffff',
backgroundColor: background,
fontSize: '16px',
fontSize: '15px',
'z-index': 11,
},
// done
'.cm-content': {
caretColor: cursor,
lineHeight: '22px',
},
'.cm-line': {
background: '#2C323699',