Skip to content

Commit 5b5d34b

Browse files
committed
修复 [屏蔽首页活动广告] 顶部搜索框文字为白色的问题
1 parent e00d602 commit 5b5d34b

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

Zhihu-Beautification.user.js

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// ==UserScript==
22
// @name 知乎美化
3-
// @version 1.5.5
3+
// @version 1.5.6
44
// @author X.I.U
55
// @description 宽屏显示、暗黑模式(4种)、暗黑模式跟随浏览器、屏蔽首页活动广告、隐藏文章开头大图、调整图片最大高度、向下翻时自动隐藏顶栏
66
// @match *://www.zhihu.com/*
@@ -192,13 +192,11 @@ html[data-theme="light"] header.AppHeader {background-color: #ffffff !important;
192192
html[data-theme="light"] header.AppHeader a[aria-label="知乎"] svg {filter: invert(57%) sepia(71%) saturate(949%) hue-rotate(190deg) brightness(86%) contrast(188%) !important;}
193193
html[data-theme="light"] .AppHeader-TabsLink {color: #8590a6 !important; font-weight: normal !important;}
194194
html[data-theme="light"] .AppHeader-userInfo Button svg, .SearchBar-searchButton svg {color: inherit !important;}
195+
html[data-theme="light"] .AppHeader-userInfo button>div {color: #8590a6 !important;}
195196
html[data-theme="light"] .Input-wrapper.Input-wrapper--grey {background: #f6f6f6 !important;}
196-
html[data-theme="light"] .AppHeader-SearchBar input.Input {color: #121212 !important;}
197-
html[data-theme="light"] .AppHeader-SearchBar input::-webkit-input-placeholder {color: #a4a4a4 !important;}
198-
html[data-theme="light"] .AppHeader-SearchBar input:-moz-placeholder {color: #a4a4a4 !important;}
199-
html[data-theme="light"] .AppHeader-SearchBar input::-moz-placeholder {color: #a4a4a4 !important;}
197+
html[data-theme="light"] .SearchBar input {color: #121212 !important;}
198+
html[data-theme="light"] .SearchBar input::placeholder, html[data-theme="light"] .SearchBar input::-webkit-input-placeholder, html[data-theme="light"] {color: #919baf !important;}
200199
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;}
202200
`,
203201
style_widescreenDisplayIndex = `/* 宽屏显示 - 首页 */
204202
.Topstory-mainColumn, .QuestionWaiting-mainColumn {width: inherit !important;}

0 commit comments

Comments
 (0)