diff --git a/static/css/pygments/asciidoctor-pastie.css b/static/css/pygments/asciidoctor-pastie.css index 8dabde1..0039429 100644 --- a/static/css/pygments/asciidoctor-pastie.css +++ b/static/css/pygments/asciidoctor-pastie.css @@ -1,5 +1,6 @@ .listingblock .pygments .hll { background-color: #ffffcc } -.listingblock .pygments, .listingblock .pygments code { background: #ffffff; } +.listingblock .pygments { border:1px #ddd solid;padding: 5px;background: #f8f8f8; } +.listingblock .pygments code { background: #f8f8f8; } .listingblock .pygments .tok-c { color: #888888 } /* Comment */ .listingblock .pygments .tok-err { color: #a61717; background-color: #e3d2d2 } /* Error */ .listingblock .pygments .tok-k { color: #008800; font-weight: bold } /* Keyword */