aboutsummaryrefslogtreecommitdiffstats
path: root/pelican-bootstrap3/static/css/pygments/autumn.css
diff options
context:
space:
mode:
authorDaan Debie <d.debie@thenewmotion.com>2015-02-21 23:16:27 +0100
committerDaan Debie <d.debie@thenewmotion.com>2015-02-21 23:16:27 +0100
commit524cfb091d7d3993f81091f0cba9e194951a17a6 (patch)
tree54c01c855e9994fbbfcf40b34cfb2552a020ae52 /pelican-bootstrap3/static/css/pygments/autumn.css
parent6ce5bf4fae4d65ad9696d5d8f98ec93c4a1f3021 (diff)
downloadpelican-themes-524cfb091d7d3993f81091f0cba9e194951a17a6.tar.gz
Updated pelican-bootstrap3 to latest version
Diffstat (limited to 'pelican-bootstrap3/static/css/pygments/autumn.css')
-rw-r--r--pelican-bootstrap3/static/css/pygments/autumn.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/pelican-bootstrap3/static/css/pygments/autumn.css b/pelican-bootstrap3/static/css/pygments/autumn.css
index 4709a01..02bfb97 100644
--- a/pelican-bootstrap3/static/css/pygments/autumn.css
+++ b/pelican-bootstrap3/static/css/pygments/autumn.css
@@ -1,5 +1,5 @@
.highlight pre .hll { background-color: #ffffcc }
-.highlight pre, .highlighttable pre { background: #ffffff; }
+.highlight pre { background: #ffffff; }
.highlight pre .c { color: #aaaaaa; font-style: italic } /* Comment */
.highlight pre .err { color: #FF0000; background-color: #FFAAAA } /* Error */
.highlight pre .k { color: #0000aa } /* Keyword */
@@ -37,6 +37,7 @@
.highlight pre .nv { color: #aa0000 } /* Name.Variable */
.highlight pre .ow { color: #0000aa } /* Operator.Word */
.highlight pre .w { color: #bbbbbb } /* Text.Whitespace */
+.highlight pre .mb { color: #009999 } /* Literal.Number.Bin */
.highlight pre .mf { color: #009999 } /* Literal.Number.Float */
.highlight pre .mh { color: #009999 } /* Literal.Number.Hex */
.highlight pre .mi { color: #009999 } /* Literal.Number.Integer */