##// END OF EJS Templates
Allow specification of full highlight class in CSSHTMLHeader
Allow specification of full highlight class in CSSHTMLHeader

File last commit:

r11033:fa36e98f
r11140:d303545c
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;}