.cm-comment { color: green !important; } .cm-keyword { color: black !important; font-weight: bold; } .cm-atom { color: rgb(0, 0, 0); } .cm-variable { color: red !important; } .cm-string { color: red !important; } .cm-operator { color: black !important; } .cm-number { color: darkblue !important; } .customInput { margin-left: 75%; margin-top: -1%; } .col-6 .form-group:nth-of-type(1) .CodeMirror { height: 50vh !important; } .col-6 .form-group:nth-of-type(2) .CodeMirror { height: 14vh !important; } .hiddenInput[type="file"] { display: none; }