diff options
author | Timotej Lazar <timotej.lazar@fri.uni-lj.si> | 2016-03-10 16:16:08 +0100 |
---|---|---|
committer | Timotej Lazar <timotej.lazar@fri.uni-lj.si> | 2016-03-10 16:16:08 +0100 |
commit | 4144fa60ae1769812eba9a5aad3eaff6b27dcedf (patch) | |
tree | 0183bd8cf7c93d75a54f107f6982f075994a4a53 /css | |
parent | 9eb9da9a66c287f72b708cdc0700d28c6a14093f (diff) |
Change color for codemirror matching brackets
Diffstat (limited to 'css')
-rw-r--r-- | css/codeq.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/css/codeq.css b/css/codeq.css index a54ea2a..28870c9 100644 --- a/css/codeq.css +++ b/css/codeq.css @@ -284,6 +284,10 @@ div.vertical-line{ opacity: 0.75; } +div.CodeMirror span.CodeMirror-matchingbracket { + color: #0a0; +} + /* console */ .block > .console { background: #222; |