From 4b49b723e74b489ca854e1a378439facc4ef8c28 Mon Sep 17 00:00:00 2001 From: "1152958806@qq.com" <1152958806@qq.com> Date: Thu, 14 Sep 2023 22:07:01 +0800 Subject: [PATCH] =?UTF-8?q?GitHub=E4=BB=93=E5=BA=93=E6=A0=87=E7=AD=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/assets/zhheo/custom.css | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/templates/assets/zhheo/custom.css b/templates/assets/zhheo/custom.css index da0f3d4d..8db4c82e 100644 --- a/templates/assets/zhheo/custom.css +++ b/templates/assets/zhheo/custom.css @@ -2467,4 +2467,32 @@ p.p.gray,span.p.gray { .hide-block { margin: 0 0 16px +} + + +/*适配GitHub仓库*/ +#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%); +} + +#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 { + border-bottom: 0; + padding: 0; + width: fit-content; } \ No newline at end of file