diff --git a/web/components/editor.tsx b/web/components/editor.tsx index fabce934..7063fa42 100644 --- a/web/components/editor.tsx +++ b/web/components/editor.tsx @@ -21,7 +21,8 @@ import { FileUploadButton } from './file-upload-button' import { linkClass } from './site-link' const proseClass = clsx( - 'prose prose-p:my-2 prose-li:my-0 prose-blockquote:not-italic max-w-none prose-quoteless font-light' + 'prose prose-p:my-0 prose-li:my-0 prose-blockquote:not-italic max-w-none prose-quoteless leading-relaxed', + 'font-light prose-a:font-light prose-blockquote:font-light' ) export function useTextEditor(props: { @@ -34,7 +35,7 @@ export function useTextEditor(props: { const editorClass = clsx( proseClass, - 'box-content min-h-[6em] textarea textarea-bordered' + 'box-content min-h-[6em] textarea textarea-bordered text-base' ) const editor = useEditor({ @@ -98,7 +99,7 @@ export function TextEditor(props: { {editor && ( Type *markdown*. Paste or{' '} +
) : (