From 02fbf618979c28ae05bc38d46272cb9d6134de30 Mon Sep 17 00:00:00 2001 From: LeeJongBeom <52884648+devleejb@users.noreply.github.com> Date: Fri, 13 Sep 2024 16:33:57 +0900 Subject: [PATCH] Change the font color in VIM panel (#349) --- frontend/src/components/editor/editor.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/frontend/src/components/editor/editor.css b/frontend/src/components/editor/editor.css index 9ce14c4e..d7219974 100644 --- a/frontend/src/components/editor/editor.css +++ b/frontend/src/components/editor/editor.css @@ -1,3 +1,7 @@ .wmde-markdown { background-color: transparent; } + +.cm-vim-panel input { + color: inherit; +}