diff options
Diffstat (limited to 'js/code-editor/codemirror-ninja/theme')
-rw-r--r-- | js/code-editor/codemirror-ninja/theme/rubyblue-ninja.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/code-editor/codemirror-ninja/theme/rubyblue-ninja.css b/js/code-editor/codemirror-ninja/theme/rubyblue-ninja.css index c66311f0..94fb02f2 100644 --- a/js/code-editor/codemirror-ninja/theme/rubyblue-ninja.css +++ b/js/code-editor/codemirror-ninja/theme/rubyblue-ninja.css | |||
@@ -31,7 +31,7 @@ POSSIBILITY OF SUCH DAMAGE. | |||
31 | /* adopted from CodeMirror 2.23 (http://codemirror.net/) */ | 31 | /* adopted from CodeMirror 2.23 (http://codemirror.net/) */ |
32 | 32 | ||
33 | .cm-s-rubyblue { | 33 | .cm-s-rubyblue { |
34 | font:Trebuchet, Verdana, sans-serif; } /* - customized editor font - */ | 34 | font:Trebuchet, Verdana, sans-serif; } /* - customized editor font - */ |
35 | 35 | ||
36 | .cm-s-rubyblue { background: #112435; color: white; } | 36 | .cm-s-rubyblue { background: #112435; color: white; } |
37 | .cm-s-rubyblue div.CodeMirror-selected { background: #38566F !important; } | 37 | .cm-s-rubyblue div.CodeMirror-selected { background: #38566F !important; } |