Skip to content

Commit f828c31

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

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

GithubEnhanced-High-Speed-Download.user.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
var backColor = '#ffffff';
2222
var fontColor = '#888888';
2323
if('dark' == $('html').attr('data-color-mode')){ // 黑暗模式判断
24-
backColor = '#272727';
25-
fontColor = '#dedede';
24+
backColor = '#0D1117';
25+
fontColor = '#b2b8bf';
2626
}
2727
var download_url = [
2828
['https://gh.con.sh','美国'],

0 commit comments

Comments
 (0)