From 45ae66384c55fa6a36c9b59485e0f200db4fd553 Mon Sep 17 00:00:00 2001 From: "gpt-engineer-app[bot]" <159125892+gpt-engineer-app[bot]@users.noreply.github.com> Date: Fri, 17 Oct 2025 18:01:56 +0000 Subject: [PATCH] Fix markdown editor theme --- src/styles/markdown-editor.css | 1 + 1 file changed, 1 insertion(+) 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; }