Fixed theme related issues after react porting.

This commit is contained in:
Nikhil Mohite
2021-10-04 18:00:09 +05:30
committed by Akshay Joshi
parent 17ad46fe9d
commit 40b8da8223
6 changed files with 45 additions and 5 deletions

View File

@@ -7,7 +7,7 @@
.CodeMirror {
font-size: 1em;
font-family: monospace, monospace;
background-color: $color-editor-bg;
background-color: $color-editor-bg !important;
color: $color-editor-fg;
}