diff --git a/src/styles/markdown-editor.css b/src/styles/markdown-editor.css index af707cfc..694c5c92 100644 --- a/src/styles/markdown-editor.css +++ b/src/styles/markdown-editor.css @@ -48,6 +48,7 @@ .w-md-editor-text-pre, .w-md-editor-text-input { background-color: hsl(var(--background)) !important; + color: hsl(var(--foreground)) !important; font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important; }