diff --git a/assets/css/common/post-single.css b/assets/css/common/post-single.css index ba6e5a23..74880a18 100644 --- a/assets/css/common/post-single.css +++ b/assets/css/common/post-single.css @@ -191,6 +191,13 @@ margin-bottom: 0; } +.post-content .highlight + ol, +.post-content .highlight + p, +.post-content .highlight + figure, +.post-content .highlight + ul { + margin-top: var(--content-gap) +} + .post-content code { margin: auto 4px; padding: 4px 6px;