aboutsummaryrefslogtreecommitdiffstats
path: root/pelican-bootstrap3/static/css/pygments/tango.css
diff options
context:
space:
mode:
Diffstat (limited to 'pelican-bootstrap3/static/css/pygments/tango.css')
-rw-r--r--pelican-bootstrap3/static/css/pygments/tango.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/pelican-bootstrap3/static/css/pygments/tango.css b/pelican-bootstrap3/static/css/pygments/tango.css
index a939077..cd67cd1 100644
--- a/pelican-bootstrap3/static/css/pygments/tango.css
+++ b/pelican-bootstrap3/static/css/pygments/tango.css
@@ -1,5 +1,5 @@
.highlight pre .hll { background-color: #ffffcc }
-.highlight pre, .highlighttable pre { background: #f8f8f8; }
+.highlight pre { background: #f8f8f8; }
.highlight pre .c { color: #8f5902; font-style: italic } /* Comment */
.highlight pre .err { color: #a40000; border: 1px solid #ef2929 } /* Error */
.highlight pre .g { color: #000000 } /* Generic */
@@ -48,6 +48,7 @@
.highlight pre .nv { color: #000000 } /* Name.Variable */
.highlight pre .ow { color: #204a87; font-weight: bold } /* Operator.Word */
.highlight pre .w { color: #f8f8f8; text-decoration: underline } /* Text.Whitespace */
+.highlight pre .mb { color: #0000cf; font-weight: bold } /* Literal.Number.Bin */
.highlight pre .mf { color: #0000cf; font-weight: bold } /* Literal.Number.Float */
.highlight pre .mh { color: #0000cf; font-weight: bold } /* Literal.Number.Hex */
.highlight pre .mi { color: #0000cf; font-weight: bold } /* Literal.Number.Integer */