Skip to content

Commit f35601a

Browse files
committed
优化 [暗黑模式2] 弹出式评论区背景遮罩颜色问题
1 parent 1972fb4 commit f35601a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: Zhihu-Beautification.user.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// ==UserScript==
22
// @name 知乎美化
3-
// @version 1.5.11
3+
// @version 1.5.12
44
// @author X.I.U
55
// @description 宽屏显示、暗黑模式(4种)、暗黑模式跟随浏览器、屏蔽首页活动广告、隐藏文章开头大图、调整图片最大高度、向下翻时自动隐藏顶栏
66
// @match *://www.zhihu.com/*
@@ -365,6 +365,7 @@ html[data-theme=dark] div#zh-hovercard a {color: #353535 !important;}
365365
html {filter: invert(90%) !important; text-shadow: 0 0 0 !important;}
366366
html[data-theme=light] body.ZVideo-body {background-color: #fff;}
367367
img, .ZVideoItem-video, .ZVideo-video, .VideoAnswerPlayer-video {filter: invert(1) !important;}
368+
.css-5ym188, body>div>div>span+div>div[style='opacity: 1;'] {background-color: rgba(255, 255, 255, 0.65) !important;}
368369
.GifPlayer img, .GifPlayer.isPlaying video {filter: invert(1) !important;}
369370
.GifPlayer.isPlaying img.ztext-gif.GifPlayer-gif2mp4Image, img[alt="[公式]"] {filter: none !important;}
370371
`,

0 commit comments

Comments
 (0)