From 8941e76f3312e7380dacd675c7fc2fe49e4a1d87 Mon Sep 17 00:00:00 2001 From: xiu2 <54703944+XIU2@users.noreply.github.com> Date: Tue, 4 May 2021 20:38:33 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=20[=E6=9A=97=E9=BB=91?= =?UTF-8?q?=E6=A8=A1=E5=BC=8F]=20=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Zhihu-Beautification.user.js | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/Zhihu-Beautification.user.js b/Zhihu-Beautification.user.js index 8980c64..f670cdf 100644 --- a/Zhihu-Beautification.user.js +++ b/Zhihu-Beautification.user.js @@ -142,7 +142,7 @@ header.is-hidden { `, style_6 = `/* 暗黑模式(方案 1) */ /* 文字颜色 */ -html[data-theme=dark] body, html[data-theme=dark] .ContentItem-title, html[data-theme=dark] .QuestionHeader-title, html[data-theme=dark] .Tabs-link, html[data-theme=dark] .CreatorEntrance-title {color: #d1d5d9 !important;} +html[data-theme=dark] body, html[data-theme=dark] .ContentItem-title, html[data-theme=dark] .QuestionHeader-title, html[data-theme=dark] .Tabs-link, html[data-theme=dark] .CreatorEntrance-title {color: #adbac7 !important;} /* 背景颜色 - 网页 */ html[data-theme=dark] body {background: #22272E !important;} @@ -152,8 +152,11 @@ html[data-theme=dark] .CommentListV2-header-divider, html[data-theme=dark] .Comm /* 背景颜色 - 用户页面 */ html[data-theme=dark] .ProfileHeader-wrapper, html[data-theme=dark] .UserCover {background: #1c2129 !important;} +/* 背景颜色 - 引用 */ +html[data-theme=dark] .ztext blockquote {color: #768390 !important;border-left: 3px solid #3b3b3b !important;} + /* 封面大图/文章头部大图 */ -html[data-theme=dark] img.UserCover-image, html[data-theme=dark] img.TitleImage {opacity: 0.8 !important;} +html[data-theme=dark] img.UserCover-image, html[data-theme=dark] img.TitleImage {opacity: 0.7 !important;} /* 其他图片 */ html[data-theme=dark] img {opacity: 0.9 !important;} @@ -174,10 +177,10 @@ html {filter: invert(80%) !important;} img, .ZVideoItem-video, .ZVideo-video {filter: invert(1) !important;} `, style_8 = `/* 暗黑模式(方案 3) */ -html {filter: brightness(80%) !important;} +html {filter: brightness(75%) !important;} `, style_9 = `/* 暗黑模式(方案 4) */ -html {filter: brightness(80%) sepia(30%) !important;} +html {filter: brightness(75%) sepia(30%) !important;} ` let style_Add = document.createElement('style');