From f18fad8b3fb4f5fb9fd7bd7474acff52cc6737c7 Mon Sep 17 00:00:00 2001 From: "1152958806@qq.com" <17683872107czx> Date: Wed, 18 Oct 2023 09:28:27 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=B7=B1=E8=89=B2=E6=A8=A1?= =?UTF-8?q?=E5=BC=8F=E5=AD=97=E4=BD=93=E9=A2=9C=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/assets/zhheo/zhheoblog.css | 7 ++++--- templates/new_comment.html | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/templates/assets/zhheo/zhheoblog.css b/templates/assets/zhheo/zhheoblog.css index bc69aa6e..d5eb3a02 100644 --- a/templates/assets/zhheo/zhheoblog.css +++ b/templates/assets/zhheo/zhheoblog.css @@ -6440,8 +6440,8 @@ img.footer_mini_logo:hover { } #rightMenu .rightMenu-group .rightMenu-item:hover { - background-color: var(--heo-main); - color: var(--heo-white); + background-color: var(--heo-lighttext); + color: var(--heo-card-bg); box-shadow: var(--heo-shadow-main); } @@ -8818,6 +8818,7 @@ li { } .ai-btn-item:hover { background: var(--heo-theme); + color: var(--heo-card-bg); } .ai-recommend { display: -webkit-box; @@ -11482,7 +11483,7 @@ blockquote p { /* 文章数字头 */ #article-container ol li:before, #article-container ul li:before { - background: var(--heo-theme); + background: var(--heo-main); cursor: default; } diff --git a/templates/new_comment.html b/templates/new_comment.html index 5cfc3164..56e600bb 100644 --- a/templates/new_comment.html +++ b/templates/new_comment.html @@ -337,7 +337,7 @@ width: 100%; z-index: 1; background: var(--heo-main); - color: #fff; + color: var(--heo-card-bg); margin: 0; display: flex; align-items: center;