Skip to content

Commit 0f15ba3

Browse files
committed
修复 [屏蔽首页活动广告] 右上角消息、私信等文字为白色的问题
1 parent 4e472ff commit 0f15ba3

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Zhihu-Beautification.user.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// ==UserScript==
22
// @name 知乎美化
3-
// @version 1.5.4
3+
// @version 1.5.5
44
// @author X.I.U
55
// @description 宽屏显示、暗黑模式(4种)、暗黑模式跟随浏览器、屏蔽首页活动广告、隐藏文章开头大图、调整图片最大高度、向下翻时自动隐藏顶栏
66
// @match *://www.zhihu.com/*
@@ -198,6 +198,7 @@ html[data-theme="light"] .AppHeader-SearchBar input::-webkit-input-placeholder {
198198
html[data-theme="light"] .AppHeader-SearchBar input:-moz-placeholder {color: #a4a4a4 !important;}
199199
html[data-theme="light"] .AppHeader-SearchBar input::-moz-placeholder {color: #a4a4a4 !important;}
200200
html[data-theme="light"] .Button--primary.Button--blue {color: #fff !important;background-color: #06f !important;}
201+
html[data-theme="light"] .AppHeader-userInfo button>div {color: #8590a6 !important;}
201202
`,
202203
style_widescreenDisplayIndex = `/* 宽屏显示 - 首页 */
203204
.Topstory-mainColumn, .QuestionWaiting-mainColumn {width: inherit !important;}

0 commit comments

Comments
 (0)