Remove the black border from code samples

See gh-21778
This commit is contained in:
Sebastien Deleuze
2019-08-13 11:55:41 +02:00
parent 4e5c780b99
commit a2b8ea5173

View File

@@ -25,3 +25,7 @@
background-color: #282c34;
color: #e6e1dc;
}
.listingblock pre.highlightjs {
padding: 0;
}