From 7bc2bb6a94bbd295508b42bb26127bd50a98f41e Mon Sep 17 00:00:00 2001 From: MDLeom <2809763-curben@users.noreply.gitlab.com> Date: Wed, 6 May 2020 02:13:02 +0100 Subject: [PATCH] fix(css): remove code block padding --- themes/chameleon/source/css/chameleon.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/chameleon/source/css/chameleon.css b/themes/chameleon/source/css/chameleon.css index ef4227d..5fe65ef 100644 --- a/themes/chameleon/source/css/chameleon.css +++ b/themes/chameleon/source/css/chameleon.css @@ -548,8 +548,8 @@ td { .hljs { display: block; overflow-x: auto; - padding: 0.5em; - /* background: #282a36; */ + /* padding: 0.5em; + background: #282a36; */ } .hljs-built_in,