From 15b984bd215b7c4a73385e76486ec93b0aadcc53 Mon Sep 17 00:00:00 2001 From: Aditya Telange <21258296+adityatelange@users.noreply.github.com> Date: Fri, 11 Mar 2022 19:32:37 +0530 Subject: [PATCH] Fix `pre` getting a dark background fixes: #723 --- assets/css/common/post-single.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/css/common/post-single.css b/assets/css/common/post-single.css index 79ccbec6..9988572f 100644 --- a/assets/css/common/post-single.css +++ b/assets/css/common/post-single.css @@ -154,7 +154,7 @@ } .post-content .highlight:not(table), -.post-content pre { +.post-content .highlight pre { margin: 10px auto; background: var(--hljs-bg) !important; border-radius: var(--radius);