Zotero7.0正式版和7.1BETA版PDF阅读器应用主题色时出现色差! #402
Unanswered
damnablefox
asked this question in
求助 / Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Zotero7.0正式版和7.1BETA版PDF阅读器应用主题色时出现色差!

1、在Zotero7.0正式版中,我使用Ethereal Style for Zotero插件中的更改PDF阅读背景色选项,应用了下面这段CSS代码
body #viewerContainer {
background-color: #ffffff00 !important;
filter: none !important;
}
.textLayer{
background-color: #dfedcb !important;
mix-blend-mode: multiply !important;
}
我希望显示的颜色代码是:#dfedcb,但是最后显示的颜色却是:#eef5e4。
而在Zotero7.1BETA版中,我使用阅读器左上角的Aa主题颜色更改选项时,我应用了背景色#dfedcb和前景色#000000。但最后显示的实际颜色却是#f8fbf4。

只有在Zotero8.0开发构建版中,我使用阅读器左上角的Aa主题颜色更改选项时,我应用了背景色#dfedcb和前景色#000000,最后显示的实际颜色是我想要的#dfedcb。

我想知道造成这种色差的原因是什么?我应该如何修改使得Zotero7.0正式版和7.1BETA版能够像Zotero8.0版一样正常显示我需要的颜色?
Beta Was this translation helpful? Give feedback.
All reactions