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;