summaryrefslogtreecommitdiff
path: root/css/codeq/console.css
blob: 7d1f6ae9ab6c2cff880114413f99b98bd13993ae (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
.cq-con {
    color: greenyellow;
    font-family: "Courier Menlo", Monaco, Consolas, "Courier New", monospace;
    font-size: medium;
    word-break: break-all;
}
.cq-con-text {

}
.cq-con-cursor {
    color: black;
    background: greenyellow;
}
.cq-con-cursor.inverted {
    color: greenyellow;
    background: black;
}

.cq-con-text.input {
    color: #a6e1ec;
}
.cq-con-text.error {
    color: #d9534f;
}