From 54046965d06a8e785bd4fe8ced7c60f6f847aef4 Mon Sep 17 00:00:00 2001 From: Muhammad Farhan Khan Date: Sat, 21 Sep 2024 20:12:09 +0500 Subject: [PATCH] chore: chore --- xmodule/assets/CustomTagBlockEditor.css | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 xmodule/assets/CustomTagBlockEditor.css diff --git a/xmodule/assets/CustomTagBlockEditor.css b/xmodule/assets/CustomTagBlockEditor.css new file mode 100644 index 000000000000..320b6a379cc3 --- /dev/null +++ b/xmodule/assets/CustomTagBlockEditor.css @@ -0,0 +1,5 @@ +.xmodule_edit.xmodule_CustomTagBlock .CodeMirror { + background: #fff; + font-size: 13px; + color: #3c3c3c; +}