patternfly
Version:
This reference implementation of PatternFly is based on [Bootstrap v3](http://getbootstrap.com/). Think of PatternFly as a "skinned" version of Bootstrap with additional components and customizations.
25 lines (20 loc) • 374 B
text/less
//
// Syntax Highlighting for google-code-prettify
// --------------------------------------------------
.prettyprint {
.atn, .com, .fun, .var {
color: @syntax-3;
}
.atv, .str {
color: @syntax-1;
}
.clo, .dec, .kwd, .opn, .pln, .pun {
color: @syntax-2;
}
.lit, .tag, .typ {
color: @syntax-4;
}
ol.linenums {
margin-bottom: 0;
}
}