From 6676ffba8aec7fa58782afa969ac7e04c1d84e88 Mon Sep 17 00:00:00 2001 From: "1152958806@qq.com" <17683872107czx> Date: Wed, 6 Sep 2023 18:29:17 +0800 Subject: [PATCH] =?UTF-8?q?=E9=98=85=E8=A7=88=E7=A7=BB=E5=8A=A8=E7=AB=AFcs?= =?UTF-8?q?s?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/assets/zhheo/zhheoblog.css | 5 +++++ 1 file changed, 5 insertions(+) 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; }