Update bootstrap, update/add all of PatternFly, add font-awesome
[cascardo/ipsilon.git] / less / patternfly / syntax-highlighting.less
1 //
2 // Syntax Highlighting for google-code-prettify
3 // --------------------------------------------------
4
5 .prettyprint {
6   .atn, .com, .fun, .var {
7     color: @syntax-3;
8   }
9
10   .atv, .str {
11     color: @syntax-1;
12   }
13
14   .clo, .dec, .kwd, .opn, .pln, .pun {
15     color: @syntax-2;
16   }
17
18   .lit, .tag, .typ {
19     color: @syntax-4;
20   }
21
22   ol.linenums {
23     margin-bottom: 0;
24   }
25 }