Improve document thumbnail on dark mode
Paperless dark thumbnail by sbrunner
Details
Authorsbrunner
LicenseNo License
Categorypaperless
Created
Updated
Size194 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
@name Paperless dark thumbnail
@namespace localhost
@version 1.0.0
@-moz-document domain("localhost") {
html body img.card-img {
filter: sepia(50%) brightness(50%) !important;
}
}