From 2dc6ac010dac72f31d3aca7b3f0be7dbfc39163f Mon Sep 17 00:00:00 2001 From: devleejb Date: Fri, 13 Sep 2024 16:30:02 +0900 Subject: [PATCH] Change the font color in VIM panel --- 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; +}