diff --git a/templates/assets/zhheo/zhheoblog.css b/templates/assets/zhheo/zhheoblog.css index e89e4a01..b0d8809c 100644 --- a/templates/assets/zhheo/zhheoblog.css +++ b/templates/assets/zhheo/zhheoblog.css @@ -10247,6 +10247,11 @@ a.extend.prev { z-index: 10; } + #post { + background:var(--heo-background)!important; + border: none; + } + .post .layout > div:first-child:not(.recent-posts) { border-radius: 12px 12px 0 0; }