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.
37 lines (31 loc) • 397 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;
}
}