You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
45 lines
581 B
45 lines
581 B
.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;
|
|
}
|