From 7b14bb622efabdf9e355126c67cea634c6ad712d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E8=89=AF?= <841369634@qq.com> Date: Tue, 11 Mar 2025 16:04:44 +0800 Subject: [PATCH] =?UTF-8?q?Github=E6=B2=B9=E7=8C=B4=E8=84=9A=E6=9C=AC?= =?UTF-8?q?=EF=BC=9A=E6=A0=B7=E5=BC=8F=E8=B0=83=E6=95=B4=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- GithubEnhanced-High-Speed-Download.user.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GithubEnhanced-High-Speed-Download.user.js b/GithubEnhanced-High-Speed-Download.user.js index 0d03084..e72940a 100644 --- a/GithubEnhanced-High-Speed-Download.user.js +++ b/GithubEnhanced-High-Speed-Download.user.js @@ -245,7 +245,7 @@ document.addEventListener("DOMContentLoaded", () => { if (!styleHover) { styleHover = document.createElement('style'); styleHover.id = 'XIU2-hover-style'; - styleHover.innerHTML = '.Box-footer ul { padding-top: 1px; } .Box-footer ul li.Box-row:hover { background-color: var(--bgColor-muted); }'; + styleHover.innerHTML = '\n\t.Box-footer ul { padding-top: 1px; }\n\t.Box-footer ul li.Box-row:hover { background-color: var(--bgColor-muted); }'; document.head.appendChild(styleHover); }