From 042f4e9254450bf03792b3b1e2f359922a8339c4 Mon Sep 17 00:00:00 2001 From: Aditya Telange <21258296+adityatelange@users.noreply.github.com> Date: Fri, 22 Jan 2021 10:51:11 +0530 Subject: [PATCH] fix code-borders were rounded on desktop but not on mobile devices --- assets/css/post-single.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/css/post-single.css b/assets/css/post-single.css index 9dc3caf0..5e8940e3 100644 --- a/assets/css/post-single.css +++ b/assets/css/post-single.css @@ -147,7 +147,7 @@ border-radius: var(--radius) } -.post-content .highlight:not(.gist .highlight), +.post-content .highlight:not(table), .post-content pre { margin: 10px auto; background: var(--hljs-bg) !important;