blob: 4290eea78409027da4abd219e15147c8e153b833 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
.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;
}
|