device-56.home 2026-4-1:0:33:54
This commit is contained in:
15
.obsidian/snippets/dark_pdf.css
vendored
15
.obsidian/snippets/dark_pdf.css
vendored
@@ -5,8 +5,11 @@
|
||||
/* pdfs, figures... */
|
||||
|
||||
|
||||
.theme-dark .pdf-cropped-embed, /* PDF++ rectangle highlights */
|
||||
.theme-dark .pdfViewer > .page {
|
||||
.theme-dark .pdf-cropped-embed, /* PDF++ rectangle highlights embeds */
|
||||
.theme-dark .pdfViewer > .page,
|
||||
.pdf-thumbnail-view .thumbnail,
|
||||
.pdf-thumbnail-view .thumbnail::after
|
||||
{
|
||||
filter: invert(0.7)
|
||||
/* brightness(0.85) */
|
||||
/* contrast(1.6) */
|
||||
@@ -18,6 +21,14 @@
|
||||
;
|
||||
}
|
||||
|
||||
.pdf-thumbnail-view .thumbnail::after {
|
||||
filter: invert(1)
|
||||
brightness(1)
|
||||
contrast(1.5)
|
||||
blur(0.5px) /* blur for better antialiasing */
|
||||
;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user