diff options
author | Daan Debie <d.debie@thenewmotion.com> | 2015-02-21 23:16:27 +0100 |
---|---|---|
committer | Daan Debie <d.debie@thenewmotion.com> | 2015-02-21 23:16:27 +0100 |
commit | 524cfb091d7d3993f81091f0cba9e194951a17a6 (patch) | |
tree | 54c01c855e9994fbbfcf40b34cfb2552a020ae52 /pelican-bootstrap3/static/css/pygments/friendly.css | |
parent | 6ce5bf4fae4d65ad9696d5d8f98ec93c4a1f3021 (diff) | |
download | pelican-themes-524cfb091d7d3993f81091f0cba9e194951a17a6.tar.gz |
Updated pelican-bootstrap3 to latest version
Diffstat (limited to 'pelican-bootstrap3/static/css/pygments/friendly.css')
-rw-r--r-- | pelican-bootstrap3/static/css/pygments/friendly.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pelican-bootstrap3/static/css/pygments/friendly.css b/pelican-bootstrap3/static/css/pygments/friendly.css index 3f52d3d..03fe37d 100644 --- a/pelican-bootstrap3/static/css/pygments/friendly.css +++ b/pelican-bootstrap3/static/css/pygments/friendly.css @@ -1,5 +1,5 @@ .highlight pre .hll { background-color: #ffffcc } -.highlight pre, .highlighttable pre { background: #f0f0f0; } +.highlight pre { background: #f0f0f0; } .highlight pre .c { color: #60a0b0; font-style: italic } /* Comment */ .highlight pre .err { border: 1px solid #FF0000 } /* Error */ .highlight pre .k { color: #007020; font-weight: bold } /* Keyword */ @@ -40,6 +40,7 @@ .highlight pre .nv { color: #bb60d5 } /* Name.Variable */ .highlight pre .ow { color: #007020; font-weight: bold } /* Operator.Word */ .highlight pre .w { color: #bbbbbb } /* Text.Whitespace */ +.highlight pre .mb { color: #40a070 } /* Literal.Number.Bin */ .highlight pre .mf { color: #40a070 } /* Literal.Number.Float */ .highlight pre .mh { color: #40a070 } /* Literal.Number.Hex */ .highlight pre .mi { color: #40a070 } /* Literal.Number.Integer */ |