##// END OF EJS Templates
Adjust cell background and number color after review with @minrk.
Fernando Perez -
Show More
@@ -1,7 +1,7 b''
1
1
2
2
3 .cm-s-ipython span.cm-keyword {color: #008000; font-weight: bold;}
3 .cm-s-ipython span.cm-keyword {color: #008000; font-weight: bold;}
4 .cm-s-ipython span.cm-number {color: #666666;}
4 .cm-s-ipython span.cm-number {color: #0A32C8;}
5 .cm-s-ipython span.cm-operator {color: #AA22FF; font-weight: bold;}
5 .cm-s-ipython span.cm-operator {color: #AA22FF; font-weight: bold;}
6 .cm-s-ipython span.cm-meta {color: #AA22FF;}
6 .cm-s-ipython span.cm-meta {color: #AA22FF;}
7 .cm-s-ipython span.cm-comment {color: #408080; font-style: italic;}
7 .cm-s-ipython span.cm-comment {color: #408080; font-style: italic;}
@@ -206,7 +206,7 b' div.input_area {'
206 color: black;
206 color: black;
207 border: 1px solid #ddd;
207 border: 1px solid #ddd;
208 border-radius: 3px;
208 border-radius: 3px;
209 background: #f4f4f4;
209 background: #f7f7f7;
210 }
210 }
211
211
212 div.input_prompt {
212 div.input_prompt {
General Comments 0
You need to be logged in to leave comments. Login now