From 7d79e4b9bf1eaad9d04d2bf657d1ad391c79d406 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Jochum?= Date: Wed, 21 Sep 2022 02:29:54 +0200 Subject: [PATCH] Fix whitespaces in code elements --- themes/persona/static/static/css/style.css | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/themes/persona/static/static/css/style.css b/themes/persona/static/static/css/style.css index 57e0611..e4c103f 100644 --- a/themes/persona/static/static/css/style.css +++ b/themes/persona/static/static/css/style.css @@ -1543,22 +1543,9 @@ aside.post_info .vcard_area li.tags a:first-child:before { opacity:.8; } -/* .single_post_content ol, -.single_post_summary ol { - color: #777; - /* font-family: "Noto Serif",serif; - font-size: 19px; - font-weight: 400; - line-height: 30px; - margin: 0px; - padding: 20px 0px; -} */ - div.highlight pre.chroma, div.highlight code { border: none !important; - white-space: nowrap !important; - word-wrap: normal !important; - word-break: keep-all !important; + white-space: pre !important; } div.highlight {