aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-03-16 12:07:00 -0700
committerMark Otto <[email protected]>2013-03-16 12:07:00 -0700
commitf77dc548a1a4abc03fc1547f9b1a2a6a38a359f8 (patch)
treedb1c5a1ff7ad6a0094821012524966422849ffa1 /docs
parentbb38fa52865397e933db95885eb6347ea6d54109 (diff)
downloadbootstrap-f77dc548a1a4abc03fc1547f9b1a2a6a38a359f8.tar.xz
bootstrap-f77dc548a1a4abc03fc1547f9b1a2a6a38a359f8.zip
update pygments highlighting with customizations from preboot
Diffstat (limited to 'docs')
-rw-r--r--docs/assets/css/pygments-manni.css8
1 files changed, 6 insertions, 2 deletions
diff --git a/docs/assets/css/pygments-manni.css b/docs/assets/css/pygments-manni.css
index 859a67320..1264b87f1 100644
--- a/docs/assets/css/pygments-manni.css
+++ b/docs/assets/css/pygments-manni.css
@@ -1,5 +1,5 @@
.hll { background-color: #ffffcc }
- { background: #f0f3f3; }
+ /*{ background: #f0f3f3; }*/
.c { color: #999; } /* Comment */
.err { color: #AA0000; background-color: #FFAAAA } /* Error */
.k { color: #006699; } /* Keyword */
@@ -59,4 +59,8 @@
.vc { color: #003333 } /* Name.Variable.Class */
.vg { color: #003333 } /* Name.Variable.Global */
.vi { color: #003333 } /* Name.Variable.Instance */
-.il { color: #FF6600 } /* Literal.Number.Integer.Long */ \ No newline at end of file
+.il { color: #FF6600 } /* Literal.Number.Integer.Long */
+
+.css .o,
+.css .o + .nt,
+.css .nt + .nt { color: #999; }