diff --git a/assets/css/post-single.css b/assets/css/post-single.css index ee90d938..b79a8693 100644 --- a/assets/css/post-single.css +++ b/assets/css/post-single.css @@ -151,6 +151,10 @@ border-radius: var(--radius); } +.post-content li>.highlight { + margin-right: 0 +} + .post-content ul pre { margin-left: calc(var(--gap) * -2); }