diff options
author | Timotej Lazar <timotej.lazar@fri.uni-lj.si> | 2015-12-09 15:40:29 +0100 |
---|---|---|
committer | Timotej Lazar <timotej.lazar@fri.uni-lj.si> | 2015-12-09 15:40:29 +0100 |
commit | f0512671009b172b292c4066dfebc032480463cd (patch) | |
tree | 89cd6e15cabc696e27c2a26ebd3dc91254867117 /css/codeq | |
parent | d797bd02032279978a3b4a2066f6527be18eae37 (diff) |
Tweak console CSS
Diffstat (limited to 'css/codeq')
-rw-r--r-- | css/codeq/console.css | 4 |
1 files changed, 2 insertions, 2 deletions
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; } |