diff --git a/templates/assets/zhheo/custom.css b/templates/assets/zhheo/custom.css index 290d4c09..e6a9a896 100644 --- a/templates/assets/zhheo/custom.css +++ b/templates/assets/zhheo/custom.css @@ -2471,27 +2471,16 @@ p.p.gray,span.p.gray { /*适配GitHub仓库*/ -#article-container a:not(.fancybox).mr-3:hover{ +#article-container a:not(.fancybox).repo-title:hover,#article-container a:not(.fancybox).mr-3:hover{ text-decoration: none; border-bottom: 0px; color: rgb(48 122 246 / 0%); background: rgb(48 122 246 / 0%); + border-radius: 0px; + box-shadow: 0 8px 12px -3px rgb(13,17,23); } -#article-container a.mr-3 { - border-bottom: 0; - padding: 0; - width: fit-content; -} - -#article-container a:not(.fancybox).repo-title:hover{ - text-decoration: none; - border-bottom: 0px; - color: rgb(48 122 246 / 0%); - background: rgb(48 122 246 / 0%); -} - -#article-container a.repo-title { +#article-container a.mr-3,#article-container a.repo-title { border-bottom: 0; padding: 0; width: fit-content; diff --git a/templates/assets/zhheo/zhheoblog.css b/templates/assets/zhheo/zhheoblog.css index 0d121ee8..f4b7017f 100644 --- a/templates/assets/zhheo/zhheoblog.css +++ b/templates/assets/zhheo/zhheoblog.css @@ -17144,9 +17144,8 @@ img.rss-plan-icon { text-decoration: none; border-bottom: 0px; color: rgb(48 122 246 / 0%); - + box-shadow: 0 8px 12px -3px var(--heo-background); border-radius: 12px; - } #article-container a:not(.fancybox).rss-plan-item.rss-plan-wechat:hover { @@ -17161,7 +17160,6 @@ img.rss-plan-icon { background: var(--heo-blue); } - #article-container a.rss-plan-item{ font-weight: 400; text-decoration: none;