summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorTimotej Lazar <timotej.lazar@fri.uni-lj.si>2015-12-09 15:40:29 +0100
committerTimotej Lazar <timotej.lazar@fri.uni-lj.si>2015-12-09 15:40:29 +0100
commitf0512671009b172b292c4066dfebc032480463cd (patch)
tree89cd6e15cabc696e27c2a26ebd3dc91254867117 /css
parentd797bd02032279978a3b4a2066f6527be18eae37 (diff)
Tweak console CSS
Diffstat (limited to 'css')
-rw-r--r--css/codeq.css4
-rw-r--r--css/codeq/console.css4
2 files changed, 4 insertions, 4 deletions
diff --git a/css/codeq.css b/css/codeq.css
index c3b1043..ef61c00 100644
--- a/css/codeq.css
+++ b/css/codeq.css
@@ -119,9 +119,9 @@ div.vertical-line{
/* console */
.block > .console {
- background: black;
+ background: #222;
font-size: 14px;
- padding: 0;
+ padding: 0.5em;
min-height: 4em;
}
diff --git a/css/codeq/console.css b/css/codeq/console.css
index 723f3d5..98fbdac 100644
--- a/css/codeq/console.css
+++ b/css/codeq/console.css
@@ -22,6 +22,6 @@
color: #d9534f;
}
.cq-con-cursor.inverted {
- color: black;
- background: greenyellow;
+ color: #222;
+ background: #a6e1ec;
}