From 60e69c267c3fba8131e7cb3b24aa2d3c4e01f49f Mon Sep 17 00:00:00 2001 From: TNeitzel Date: Sun, 26 Dec 2021 07:02:38 +0100 Subject: [PATCH] Make CSS selector more specific Added the .highlight class for the non radius CSS rule. --- 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 ff9daf79..7bfc911b 100644 --- a/assets/css/common/post-single.css +++ b/assets/css/common/post-single.css @@ -160,7 +160,7 @@ border-radius: var(--radius); } -.post-content table pre { +.post-content .highlight table pre { border-radius: 0; }