From a697231050ab49a50e0ffe8f9f56b5a0964aeae9 Mon Sep 17 00:00:00 2001
From: "1152958806@qq.com" <1152958806@qq.com>
Date: Tue, 12 Sep 2023 00:19:29 +0800
Subject: [PATCH] =?UTF-8?q?=E6=96=87=E7=AB=A0=E9=A1=B5=E9=9D=A2=E5=A2=9E?=
=?UTF-8?q?=E5=8A=A0=E7=BC=96=E8=BE=91=E6=8C=89=E9=92=AE?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
templates/assets/zhheo/zhheoblog.css | 7 +++++++
templates/modules/common/rightside.html | 7 +++++++
templates/post.html | 6 ++++++
3 files changed, 20 insertions(+)
diff --git a/templates/assets/zhheo/zhheoblog.css b/templates/assets/zhheo/zhheoblog.css
index 08f69087..b97b482d 100644
--- a/templates/assets/zhheo/zhheoblog.css
+++ b/templates/assets/zhheo/zhheoblog.css
@@ -9422,6 +9422,12 @@ a.article-meta__category:hover {
display: none;
}
+#post-meta .post-meta-date {
+ opacity: .6;
+ margin-right: .8rem
+}
+
+
/* 文章目录 */
#aside-content #card-toc .toc-content .toc-link.active {
line-height: 1.2;
@@ -10631,6 +10637,7 @@ span.post-meta-position {
opacity: 0.6;
cursor: pointer;
transition: 0.3s;
+ margin-right: 0.8rem;
}
.post-meta-commentcount:hover {
diff --git a/templates/modules/common/rightside.html b/templates/modules/common/rightside.html
index abb29c78..888105a5 100644
--- a/templates/modules/common/rightside.html
+++ b/templates/modules/common/rightside.html
@@ -14,6 +14,13 @@
+
+
+