diff --git a/cms/static/sass/_settings.scss b/cms/static/sass/_settings.scss index 531b0c15f4..96039de062 100644 --- a/cms/static/sass/_settings.scss +++ b/cms/static/sass/_settings.scss @@ -569,6 +569,18 @@ min-height: 20px; max-height: 200px; } + + // editor color changes just for JSON + .CodeMirror-lines { + + .cm-string { + color: #cb9c40; + } + + pre { + margin-bottom: 5px; + } + } } // messages - should be synced up with global messages in the future