💄 spacing between paragraphs.

This commit is contained in:
2026-02-28 11:10:01 +10:00
parent 7b22aaa426
commit 2069d65353

View File

@@ -317,7 +317,7 @@ function buildTheme(fontSize: number, dark: boolean): ReturnType<typeof EditorVi
'.cm-cursor': { borderLeftColor: 'var(--accent)' },
'.cm-selectionBackground': { backgroundColor: 'var(--active-bg)' },
'&.cm-focused .cm-selectionBackground': { backgroundColor: 'var(--active-bg)' },
'.cm-line': { padding: '0', marginBottom: '6px' },
'.cm-line': { padding: '0', marginBottom: '14px' },
'.cm-gutters': { display: 'none' },
'.cm-activeLine': { backgroundColor: 'transparent' },
'.cm-activeLineGutter': { backgroundColor: 'transparent' },