aboutsummaryrefslogtreecommitdiffstats
path: root/pelican-bootstrap3/static/css/pygments/emacs.css
diff options
context:
space:
mode:
Diffstat (limited to 'pelican-bootstrap3/static/css/pygments/emacs.css')
-rw-r--r--pelican-bootstrap3/static/css/pygments/emacs.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/pelican-bootstrap3/static/css/pygments/emacs.css b/pelican-bootstrap3/static/css/pygments/emacs.css
index 8a974f2..03660b4 100644
--- a/pelican-bootstrap3/static/css/pygments/emacs.css
+++ b/pelican-bootstrap3/static/css/pygments/emacs.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: #008800; font-style: italic } /* Comment */
.highlight pre .err { border: 1px solid #FF0000 } /* Error */
.highlight pre .k { color: #AA22FF; font-weight: bold } /* Keyword */
@@ -40,6 +40,7 @@
.highlight pre .nv { color: #B8860B } /* Name.Variable */
.highlight pre .ow { color: #AA22FF; font-weight: bold } /* Operator.Word */
.highlight pre .w { color: #bbbbbb } /* Text.Whitespace */
+.highlight pre .mb { color: #666666 } /* Literal.Number.Bin */
.highlight pre .mf { color: #666666 } /* Literal.Number.Float */
.highlight pre .mh { color: #666666 } /* Literal.Number.Hex */
.highlight pre .mi { color: #666666 } /* Literal.Number.Integer */