Fix markdown editor theme

This commit is contained in:
gpt-engineer-app[bot]
2025-10-17 18:01:56 +00:00
parent a44fdd6fe0
commit 45ae66384c

View File

@@ -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;
}