From 9a8da61cf291b2b2e7b2dec20c52c7b96ee25fa6 Mon Sep 17 00:00:00 2001 From: Bartosz izdwuut Konikiewicz Date: Fri, 28 Sep 2018 10:26:15 +0200 Subject: [PATCH] Style unflavored code fences. --- static/css/style.css | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/static/css/style.css b/static/css/style.css index 741b800..b89c868 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -514,3 +514,14 @@ pre, code { .post-content table code { white-space: pre; } + +/* Unflavored code fences +------------------------------ */ +code { + padding: 20px; +} +pre { + border-radius: 6px; + background-color: #272822; + color: white; +} \ No newline at end of file