mirror of
https://codeberg.org/uzu/strudel
synced 2026-07-13 06:19:33 -04:00
match font size of old editor
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user