User:PerfektesChaos/js/jsonDebug.css

Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
/* User:PerfektesChaos/js/jsonDebug.css                     2018-03-01 */
.CodeMirror {
   font-size:   77%;
   line-height: 1.35;
   resize:      vertical;
}
.jsonDebug-line-error {
   background-color: #FBC0C0;
}
.cm-s-jsonDebug .cm-atom {
   color:       #008000;
   font-weight: bold;
}
.cm-s-jsonDebug .cm-comment {
   color: #808080;
}
.cm-s-jsonDebug .cm-number {
   color:       #606060;
   font-weight: bold;
}
.cm-s-jsonDebug .cm-string {
   color: #000080;
}
.cm-s-jsonDebug .cm-variable {
   color:       #FF0000;
   font-weight: bold;
}