From d64ea80a8dd029f0044b7e8ba5f905dcd8a6e9e4 Mon Sep 17 00:00:00 2001 From: Sergiu Ivanov Date: Sun, 23 Sep 2018 01:01:10 +0200 Subject: [PATCH] Change the style of code blocks. --- content/css/default.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/content/css/default.css b/content/css/default.css index fa00c8c..12f0e98 100644 --- a/content/css/default.css +++ b/content/css/default.css @@ -133,3 +133,9 @@ h1.title { line-height: 1.3em; text-align: left; } + +pre.example { + padding: 8px 5px 8px 30px; + background-color: cornsilk; + border-radius: 5px; +}