Skip to content

Commit 1d0f9a5

Browse files
committed
fix
1 parent 96d93b9 commit 1d0f9a5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

BingBgForBaidu/BingBgForBaidu.user.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// @name 百Bing图
33
// @name:en BingBgForBaidu
44
// @namespace hoothin
5-
// @version 2.2.8
5+
// @version 2.2.9
66
// @description 给百度首页换上Bing的背景图,并添加背景图链接与日历组件
77
// @description:en Just change the background image of baidu.com to bing.com
88
// @author hoothin
@@ -93,7 +93,7 @@
9393
$(iframe).hide(500);
9494
};
9595
if(today[0].classList.contains("op-calendar-new-table-festival")){
96-
riliLink.innerHTML+="<font color='red' style='background-color:floralwhite;font-weight:bold'>("+$(".op-calendar-new-table-almanac",today).html()+")</font>";
96+
riliLink.innerHTML+="<font color='#FFFF66' style='background-color:#e02d2d;font-weight:bold'>("+$(".op-calendar-new-table-almanac",today).html()+")</font>";
9797
}
9898
};
9999
var skinContainer=document.querySelector(".s-skin-container");

0 commit comments

Comments
 (0)