summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
Diffstat (limited to 'css')
-rw-r--r--css/codeq/console.css17
1 files changed, 16 insertions, 1 deletions
diff --git a/css/codeq/console.css b/css/codeq/console.css
index 4290eea..2f5e9cf 100644
--- a/css/codeq/console.css
+++ b/css/codeq/console.css
@@ -1,9 +1,17 @@
.cq-con {
color: greenyellow;
font-family: "Courier Menlo", Monaco, Consolas, "Courier New", monospace;
- font-size: medium;
word-break: break-all;
}
+.cq-con-line {
+ white-space: pre-wrap;
+ background-color: transparent;
+ border: none;
+ color: inherit;
+ line-height: inherit;
+ margin: 0;
+ padding: 0;
+}
.cq-con-text {
}
@@ -15,3 +23,10 @@
color: greenyellow;
background: black;
}
+
+.cq-con-text.input {
+ color: #a6e1ec;
+}
+.cq-con-text.error {
+ color: #d9534f;
+} \ No newline at end of file