summaryrefslogtreecommitdiff
path: root/css/codeq/console.css
blob: 3e0091331303fe79eac792e9170e3ee6e133fe29 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
.cq-con {
    background: black;
    color: greenyellow;
    font-family: "Courier Menlo", Monaco, Consolas, "Courier New", monospace;
    font-size: medium;
}
.cq-con-text {

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