mirror of
https://github.com/eliasstepanik/strudel-docker.git
synced 2026-01-27 13:38:40 +00:00
match font size of old editor
This commit is contained in:
parent
069fff673a
commit
37218e8764
@ -26,13 +26,14 @@ export const materialPalenightTheme = EditorView.theme(
|
|||||||
'&': {
|
'&': {
|
||||||
color: '#ffffff',
|
color: '#ffffff',
|
||||||
backgroundColor: background,
|
backgroundColor: background,
|
||||||
fontSize: '16px',
|
fontSize: '15px',
|
||||||
'z-index': 11,
|
'z-index': 11,
|
||||||
},
|
},
|
||||||
|
|
||||||
// done
|
// done
|
||||||
'.cm-content': {
|
'.cm-content': {
|
||||||
caretColor: cursor,
|
caretColor: cursor,
|
||||||
|
lineHeight: '22px',
|
||||||
},
|
},
|
||||||
'.cm-line': {
|
'.cm-line': {
|
||||||
background: '#2C323699',
|
background: '#2C323699',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user