Skip to content

Commit a30cf6c

Browse files
committed
优化 Github 暗黑模式下 Release 高速下载按钮样式
1 parent 99b6b2a commit a30cf6c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

GithubEnhanced-High-Speed-Download.user.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// ==UserScript==
22
// @name Github 增强 - 高速下载
3-
// @version 1.3.2
3+
// @version 1.3.3
44
// @author X.I.U
55
// @description 高速下载 Clone、Release、Raw、Code(ZIP) 等文件、项目列表单文件快捷下载 (☁)
66
// @match *://github.com/*
@@ -21,8 +21,8 @@
2121
var backColor = '#ffffff';
2222
var fontColor = '#888888';
2323
if('dark' == $('html').attr('data-color-mode')){ // 黑暗模式判断
24-
backColor = '#0D1117';
25-
fontColor = '#58A6FF';
24+
backColor = '#272727';
25+
fontColor = '#dedede';
2626
}
2727
var download_url = [
2828
['https://gh.con.sh','美国'],

0 commit comments

Comments
 (0)