diff options
author | Justin Mayer <entroP@gmail.com> | 2015-02-21 15:57:01 -0800 |
---|---|---|
committer | Justin Mayer <entroP@gmail.com> | 2015-02-21 15:57:01 -0800 |
commit | b7f6bdacc82b5f2b6ef082e39f1221abd0252025 (patch) | |
tree | 54c01c855e9994fbbfcf40b34cfb2552a020ae52 /pelican-bootstrap3/static/css/pygments/tango.css | |
parent | 6ce5bf4fae4d65ad9696d5d8f98ec93c4a1f3021 (diff) | |
parent | 524cfb091d7d3993f81091f0cba9e194951a17a6 (diff) | |
download | pelican-themes-b7f6bdacc82b5f2b6ef082e39f1221abd0252025.tar.gz |
Merge pull request #287 from DandyDev/update-pelican-bootstrap3
Update pelican-bootstrap3 to latest version
Diffstat (limited to 'pelican-bootstrap3/static/css/pygments/tango.css')
-rw-r--r-- | pelican-bootstrap3/static/css/pygments/tango.css | 3 |
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 */ |