blob: 723f3d5b6810741be7a5f24aec659d59f1bf85f6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
.cq-con {
color: greenyellow;
font-family: "Courier Menlo", Monaco, Consolas, "Courier New", monospace;
word-break: break-all;
}
.cq-con-line {
white-space: pre-wrap;
background-color: transparent;
border: none;
border-radius: 0px;
color: inherit;
line-height: normal;
margin: 0;
padding: 0;
}
.cq-con-text {
}
.cq-con-text.input {
color: #a6e1ec;
}
.cq-con-text.error {
color: #d9534f;
}
.cq-con-cursor.inverted {
color: black;
background: greenyellow;
}
|