device-56.home 2026-4-1:0:33:54

This commit is contained in:
oskar
2026-04-01 00:33:54 +02:00
parent d0d827cc3f
commit 603e8845b2
7 changed files with 80 additions and 196 deletions

View File

@@ -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 */
;
}