diff --git a/assets/css/post-single.css b/assets/css/post-single.css index 2729dba6..9dc3caf0 100644 --- a/assets/css/post-single.css +++ b/assets/css/post-single.css @@ -143,6 +143,10 @@ margin: auto 0 } +.post-content .highlight table { + border-radius: var(--radius) +} + .post-content .highlight:not(.gist .highlight), .post-content pre { margin: 10px auto;