summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
Diffstat (limited to 'css')
-rw-r--r--css/codeq/console.css16
1 files changed, 5 insertions, 11 deletions
diff --git a/css/codeq/console.css b/css/codeq/console.css
index c3ae853..723f3d5 100644
--- a/css/codeq/console.css
+++ b/css/codeq/console.css
@@ -14,20 +14,14 @@
padding: 0;
}
.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;
-} \ No newline at end of file
+}
+.cq-con-cursor.inverted {
+ color: black;
+ background: greenyellow;
+}