##// END OF EJS Templates
Merge pull request #3520 from damianavila/import_reveal...
Merge pull request #3520 from damianavila/import_reveal Added relative import of RevealExporter to __init__.py inside exporters module

File last commit:

r11033:fa36e98f
r11137:5ac0e899 merge
Show More
ansicolors.less
13 lines | 314 B | text/x-less | LessCssLexer
Brian E. Granger
Splitting notebook.less into separate files.
r10730 /* CSS font colors for translated ANSI colors. */
.ansiblack {color: black;}
.ansired {color: darkred;}
.ansigreen {color: darkgreen;}
.ansiyellow {color: brown;}
.ansiblue {color: darkblue;}
.ansipurple {color: darkviolet;}
.ansicyan {color: steelblue;}
.ansigrey {color: grey;}
.ansibold {font-weight: bold;}