From 5b5d34bee2d0731f5d806d46e84c7c3ba4f3168d Mon Sep 17 00:00:00 2001 From: xiu2 <54703944+XIU2@users.noreply.github.com> Date: Thu, 29 Jun 2023 12:40:43 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=20[=E5=B1=8F=E8=94=BD?= =?UTF-8?q?=E9=A6=96=E9=A1=B5=E6=B4=BB=E5=8A=A8=E5=B9=BF=E5=91=8A]=20?= =?UTF-8?q?=E9=A1=B6=E9=83=A8=E6=90=9C=E7=B4=A2=E6=A1=86=E6=96=87=E5=AD=97?= =?UTF-8?q?=E4=B8=BA=E7=99=BD=E8=89=B2=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Zhihu-Beautification.user.js | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/Zhihu-Beautification.user.js b/Zhihu-Beautification.user.js index 77beff6..ea12759 100644 --- a/Zhihu-Beautification.user.js +++ b/Zhihu-Beautification.user.js @@ -1,6 +1,6 @@ // ==UserScript== // @name 知乎美化 -// @version 1.5.5 +// @version 1.5.6 // @author X.I.U // @description 宽屏显示、暗黑模式(4种)、暗黑模式跟随浏览器、屏蔽首页活动广告、隐藏文章开头大图、调整图片最大高度、向下翻时自动隐藏顶栏 // @match *://www.zhihu.com/* @@ -192,13 +192,11 @@ html[data-theme="light"] header.AppHeader {background-color: #ffffff !important; 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;} html[data-theme="light"] .AppHeader-TabsLink {color: #8590a6 !important; font-weight: normal !important;} html[data-theme="light"] .AppHeader-userInfo Button svg, .SearchBar-searchButton svg {color: inherit !important;} -html[data-theme="light"] .Input-wrapper.Input-wrapper--grey {background: #f6f6f6 !important;} -html[data-theme="light"] .AppHeader-SearchBar input.Input {color: #121212 !important;} -html[data-theme="light"] .AppHeader-SearchBar input::-webkit-input-placeholder {color: #a4a4a4 !important;} -html[data-theme="light"] .AppHeader-SearchBar input:-moz-placeholder {color: #a4a4a4 !important;} -html[data-theme="light"] .AppHeader-SearchBar input::-moz-placeholder {color: #a4a4a4 !important;} -html[data-theme="light"] .Button--primary.Button--blue {color: #fff !important;background-color: #06f !important;} html[data-theme="light"] .AppHeader-userInfo button>div {color: #8590a6 !important;} +html[data-theme="light"] .Input-wrapper.Input-wrapper--grey {background: #f6f6f6 !important;} +html[data-theme="light"] .SearchBar input {color: #121212 !important;} +html[data-theme="light"] .SearchBar input::placeholder, html[data-theme="light"] .SearchBar input::-webkit-input-placeholder, html[data-theme="light"] {color: #919baf !important;} +html[data-theme="light"] .Button--primary.Button--blue {color: #fff !important;background-color: #06f !important;} `, style_widescreenDisplayIndex = `/* 宽屏显示 - 首页 */ .Topstory-mainColumn, .QuestionWaiting-mainColumn {width: inherit !important;}