aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
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; }