From a2b8ea5173a13269340f7585fb9a2b73160fa794 Mon Sep 17 00:00:00 2001 From: Sebastien Deleuze Date: Tue, 13 Aug 2019 11:55:41 +0200 Subject: [PATCH] Remove the black border from code samples See gh-21778 --- src/docs/asciidoc/css/stylesheet.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/docs/asciidoc/css/stylesheet.css b/src/docs/asciidoc/css/stylesheet.css index 5c3383198f..ad1f1bd0c8 100644 --- a/src/docs/asciidoc/css/stylesheet.css +++ b/src/docs/asciidoc/css/stylesheet.css @@ -25,3 +25,7 @@ background-color: #282c34; color: #e6e1dc; } + +.listingblock pre.highlightjs { + padding: 0; +}