obsidian-markmind icon indicating copy to clipboard operation
obsidian-markmind copied to clipboard

The new PDF viewer theme in the setting doesn't turn the pdf focument into Darkmode.

Open HongMind opened this issue 4 years ago • 2 comments

PDF viewer theme in the setting doesn't turn pdf focument into Darkmode and it only changes the taskbar colour.

Light: image

Dark: image

HongMind avatar Sep 23 '21 09:09 HongMind

确实是这样的。一篇文献认真看一下午,眼睛在冒星星。

impermanD avatar Nov 18 '21 10:11 impermanD

.theme-dark .pdf-embed iframe, .theme-dark .workspace-leaf-content[data-type="pdf"] iframe { filter: invert(0.85); }

I use the above CSS snippets to turn all the default pdf reader in Obsidian into dark mode

Screenshot 2022-05-08 at 10 53 19

Screenshot 2022-05-08 at 10 55 33

Is there anyway you can apply the above CSS snippets in Obsidian Markmind so that the annotate PDF reader can be turned into Dark model?

HongMind avatar May 08 '22 09:05 HongMind