match font size of old editor
This commit is contained in:
parent
069fff673a
commit
37218e8764
1 changed files with 2 additions and 1 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue