From c651ba0ef064734b6457684c780f8c863f0956bf Mon Sep 17 00:00:00 2001 From: Andrey Astafyev Date: Fri, 10 Apr 2020 18:05:05 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A0=D0=B0=D0=BC=D0=BA=D0=B8=20=D0=B2=D0=BE?= =?UTF-8?q?=D0=BA=D1=80=D1=83=D0=B3=20=D0=BA=D0=BE=D0=B4=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/css/pygments/asciidoctor-pastie.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 */