summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
Diffstat (limited to 'css')
-rw-r--r--css/codeq/console.css17
1 files changed, 17 insertions, 0 deletions
diff --git a/css/codeq/console.css b/css/codeq/console.css
new file mode 100644
index 0000000..3e00913
--- /dev/null
+++ b/css/codeq/console.css
@@ -0,0 +1,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;
+}