From af95683dd545cc2a48f9339dedf955c94a65f86b Mon Sep 17 00:00:00 2001 From: Yax <1949284+kianby@users.noreply.github.com> Date: Sun, 3 May 2020 11:20:42 +0200 Subject: [PATCH] restyle code elements --- static/css/style.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/static/css/style.css b/static/css/style.css index e05a608..b39f391 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -222,3 +222,12 @@ footer { padding: 1rem 0; box-shadow: 0 100vh 0 100vh #f0f0f0; } + +/* extend Knacss */ + +pre { + padding: 0.8em 1.4em; + border-left: 3px solid #124e8a; + background: #f4f4f4; +} +